#CAFFAA

Color #CAFFAA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CAFFAA

Tints of Tea Green #CAFFAA

Color information

#CAFFAA (or 0xCAFFAA) is unknown color: approx 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

RGB202255170-
CMYK0.2100.330
HSL97.41º100%83.33%-
HSV(B)97.41º33.33%100%-
XYZ67.3786.9851.27-
YUV229.4694.44108.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=32.22%
G=40.67%
B=27.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551700.2100.33097.4110083.33
HexCAFFAA150210616453
Octal312377252250410141144123
Binary1100101011111111101010101010101000010110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>