#CAF7C0

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

Shades of Tea Green #CAF7C0

Tints of Tea Green #CAF7C0

Color information

#CAF7C0 (or 0xCAF7C0) is unknown color: approx Tea Green. HEX triplet: CA, F7 and C0. RGB value is (202,247,192). Sum of RGB (Red+Green+Blue) = 202+247+192=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C0 is #35083F. Grayscale: #E3E3E3. Windows color (decimal): -3475520 or 12646346. OLE color: 12646346.

HSL color Cylindrical-coordinate representation of color #CAF7C0: hue angle of 109.09º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF7C0 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB202247192-
CMYK0.1800.220.03
HSL109.09º77.46%86.08%-
HSV(B)109.09º22.27%96.86%-
XYZ67.1382.8862.33-
YUV227.28108.09109.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=31.51%
G=38.53%
B=29.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471920.1800.220.03109.0977.4686.08
HexCAF7C01201636d4d56
Octal312367300220263155115126
Binary1100101011110111110000001001001011011110110110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7C0; }

 p { color: rgb(202,247,192); }

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

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

 a { background-color: rgb(202,247,192); }

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

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

 span { border-color: rgb(202,247,192); }

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