#CAF2C1

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

Shades of Tea Green #CAF2C1

Tints of Tea Green #CAF2C1

Color information

#CAF2C1 (or 0xCAF2C1) is unknown color: approx Tea Green. HEX triplet: CA, F2 and C1. RGB value is (202,242,193). Sum of RGB (Red+Green+Blue) = 202+242+193=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2C1 is #350D3E. Grayscale: #E0E0E0. Windows color (decimal): -3476799 or 12710602. OLE color: 12710602.

HSL color Cylindrical-coordinate representation of color #CAF2C1: hue angle of 108.98º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB202242193-
CMYK0.1700.200.05
HSL108.98º65.33%85.29%-
HSV(B)108.98º20.25%94.9%-
XYZ65.7379.9162.41-
YUV224.45110.25111.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=31.71%
G=37.99%
B=30.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421930.1700.200.05108.9865.3385.29
HexCAF2C11101456d4155
Octal312362301210245155101125
Binary11001010111100101100000110001010100101110110110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2C1; }

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

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

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

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

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

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

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

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