Html Css Color HEX #CAFFAA Tea Green

📋 copy color: '#CAFFAA'

red 202 ◦ green 255 ◦ blue 170

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

Shades of Tea Green #CAFFAA

Tints of Tea Green #CAFFAA

RGB

 RED value IS 202 (79.3% from 255) = 32.22%

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 170 (66.8% from 255) = 27.11%

R = 32.22%
G = 40.67%
B = 27.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#CAFFAA (or 0xCAFFAA) is known color: Tea Green. HEX triplet: CA, FF and AA. RGB value is (202,255,170). Sum of RGB (Red+Green+Blue) = 202+255+170=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFAA is #350055. Grayscale: #E5E5E5. Windows color (decimal): -3473494 or 11206602. OLE color: 11206602.

HSL color Cylindrical-coordinate representation of color #CAFFAA: hue angle of 97.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAFFAA is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 170 -
CMYK 0.21 0 0.33 0
HSL 97.41º 1% 0.83% -
HSV(B) 97.41º 0.33% 1% -
XYZ 67.37 86.98 51.27 -
YUV 229.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 202 255 170 0.21 0 0.33 0 97.41 1 0.83
Hex CA FF AA 15 0 21 0 61 64 53
Octal 312 377 252 25 0 41 0 141 144 123
Binary 11001010 11111111 10101010 10101 0 100001 0 1100001 1100100 1010011

Color Harmonies of #CAFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFAA

Black with #CAFFAA

Text Example


Text Example

White with #CAFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFAA; }

 p { color: rgb(202,255,170); }

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

background-color css

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

 a { background-color: rgb(202,255,170); }

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

border-color css

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

 span { border-color: rgb(202,255,170); }

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