#CAFCC3

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

Shades of Tea Green #CAFCC3

Tints of Tea Green #CAFCC3

Color information

#CAFCC3 (or 0xCAFCC3) is unknown color: approx Tea Green. HEX triplet: CA, FC and C3. RGB value is (202,252,195). Sum of RGB (Red+Green+Blue) = 202+252+195=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCC3 is #35033C. Grayscale: #E6E6E6. Windows color (decimal): -3474237 or 12844234. OLE color: 12844234.

HSL color Cylindrical-coordinate representation of color #CAFCC3: hue angle of 112.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFCC3 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB202252195-
CMYK0.2000.230.01
HSL112.63º90.48%87.65%-
HSV(B)112.63º22.62%98.82%-
XYZ69.0286.1264.61-
YUV230.55107.94107.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 195 (76.56% from 255) = 30.05%
R=31.12%
G=38.83%
B=30.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521950.2000.230.01112.6390.4887.65
HexCAFCC3140171715a58
Octal312374303240271161132130
Binary110010101111110011000011101000101111111000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCC3; }

 p { color: rgb(202,252,195); }

 H1.HeaderClassName
 {
   color: #CAFCC3;
 }
 .AnyTagClassName
 {
   color: #CAFCC3;
 }
</style>
background-color css

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

 a { background-color: rgb(202,252,195); }

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

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

 span { border-color: rgb(202,252,195); }

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