#CAFCC1

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

Shades of Tea Green #CAFCC1

Tints of Tea Green #CAFCC1

Color information

#CAFCC1 (or 0xCAFCC1) is unknown color: approx Tea Green. HEX triplet: CA, FC and C1. RGB value is (202,252,193). Sum of RGB (Red+Green+Blue) = 202+252+193=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCC1 is #35033E. Grayscale: #E6E6E6. Windows color (decimal): -3474239 or 12713162. OLE color: 12713162.

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

Color convert

RGB202252193-
CMYK0.2000.230.01
HSL110.85º90.77%87.25%-
HSV(B)110.85º23.41%98.82%-
XYZ68.7986.0363.43-
YUV230.32106.94107.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=31.22%
G=38.95%
B=29.83%

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
Decimal2022521930.2000.230.01110.8590.7787.25
HexCAFCC11401716f5b57
Octal312374301240271157133127
Binary110010101111110011000001101000101111110111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCC1; }

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

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

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

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

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

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

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

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