#CAF0C1

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

Shades of Tea Green #CAF0C1

Tints of Tea Green #CAF0C1

Color information

#CAF0C1 (or 0xCAF0C1) is unknown color: approx Tea Green. HEX triplet: CA, F0 and C1. RGB value is (202,240,193). Sum of RGB (Red+Green+Blue) = 202+240+193=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0C1 is #350F3E. Grayscale: #DFDFDF. Windows color (decimal): -3477311 or 12710090. OLE color: 12710090.

HSL color Cylindrical-coordinate representation of color #CAF0C1: hue angle of 108.51º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB202240193-
CMYK0.1600.200.06
HSL108.51º61.04%84.9%-
HSV(B)108.51º19.58%94.12%-
XYZ65.1478.7362.21-
YUV223.28110.91112.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=31.81%
G=37.80%
B=30.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401930.1600.200.06108.5161.0484.9
HexCAF0C11001466d3d55
Octal31236030120024615575125
Binary1100101011110000110000011000001010011011011011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0C1; }

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

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

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

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

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

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

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

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