#CAF9B9

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

Shades of Tea Green #CAF9B9

Tints of Tea Green #CAF9B9

Color information

#CAF9B9 (or 0xCAF9B9) is unknown color: approx Tea Green. HEX triplet: CA, F9 and B9. RGB value is (202,249,185). Sum of RGB (Red+Green+Blue) = 202+249+185=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9B9 is #350646. Grayscale: #E3E3E3. Windows color (decimal): -3475015 or 12188106. OLE color: 12188106.

HSL color Cylindrical-coordinate representation of color #CAF9B9: hue angle of 104.06º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAF9B9 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB202249185-
CMYK0.1900.260.02
HSL104.06º84.21%85.1%-
HSV(B)104.06º25.7%97.65%-
XYZ66.9983.8158.55-
YUV227.65103.93109.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 185 (72.66% from 255) = 29.09%
R=31.76%
G=39.15%
B=29.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491850.1900.260.02104.0684.2185.1
HexCAF9B91301A2685455
Octal312371271230322150124125
Binary1100101011111001101110011001101101010110100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9B9; }

 p { color: rgb(202,249,185); }

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

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

 a { background-color: rgb(202,249,185); }

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

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

 span { border-color: rgb(202,249,185); }

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