Html Css Color HEX #21A29D Java

📋 copy color: '#21A29D'

red 33 ◦ green 162 ◦ blue 157

#21A29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #21A29D

Tints of Java #21A29D

RGB

 RED value IS 33 (13.28% from 255) = 9.38%

 GREEN value IS 162 (63.67% from 255) = 46.02%

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 9.38%
G = 46.02%
B = 44.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#21A29D (or 0x21A29D) is known color: Java. HEX triplet: 21, A2 and 9D. RGB value is (33,162,157). Sum of RGB (Red+Green+Blue) = 33+162+157=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #21A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A29D is #DE5D62. Grayscale: #7A7A7A. Windows color (decimal): -14572899 or 10330657. OLE color: 10330657.

HSL color Cylindrical-coordinate representation of color #21A29D: hue angle of 177.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A29D is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 162 157 -
CMYK 0.80 0 0.03 0.36
HSL 177.67º 0.66% 0.38% -
HSV(B) 177.67º 0.8% 0.64% -
XYZ 19.63 28.6 36.38 -
YUV 122.86 147.26 63.91 -
System Red Green Blue C M Y K H S L
Decimal 33 162 157 0.80 0 0.03 0.36 177.67 0.66 0.38
Hex 21 A2 9D 50 0 3 24 B2 42 26
Octal 41 242 235 120 0 3 44 262 102 46
Binary 100001 10100010 10011101 1010000 0 11 100100 10110010 1000010 100110

Color Harmonies of #21A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A29D

Black with #21A29D

Text Example


Text Example

White with #21A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21A29D; }

 p { color: rgb(33,162,157); }

 H1.HeaderClassName
 {
   color: #21A29D;
 }
 .AnyTagClassName
 {
   color: #21A29D;
 }
</style>

background-color css

<style>
 a { background-color: #21A29D; }

 a { background-color: rgb(33,162,157); }

 div.DivClassName
 {
   background-color: #21A29D;
 }
 .BgClassName
 {
   background-color: #21A29D;
 }
</style>

border-color css

<style>
 span { border-color: #21A29D; }

 span { border-color: rgb(33,162,157); }

 td.TdClassName
 {
   border-color: #21A29D;
 }
 .TagClassName
 {
   border-color: #21A29D;
 }
</style>