#CAF2BD

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

Shades of Tea Green #CAF2BD

Tints of Tea Green #CAF2BD

Color information

#CAF2BD (or 0xCAF2BD) is unknown color: approx Tea Green. HEX triplet: CA, F2 and BD. RGB value is (202,242,189). Sum of RGB (Red+Green+Blue) = 202+242+189=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2BD is #350D42. Grayscale: #E0E0E0. Windows color (decimal): -3476803 or 12448458. OLE color: 12448458.

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

Color convert

RGB202242189-
CMYK0.1700.220.05
HSL105.28º67.09%84.51%-
HSV(B)105.28º21.9%94.9%-
XYZ65.2979.7360.09-
YUV224108.25112.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=31.91%
G=38.23%
B=29.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421890.1700.220.05105.2867.0984.51
HexCAF2BD110165694355
Octal312362275210265151103125
Binary11001010111100101011110110001010110101110100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2BD; }

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

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

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

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

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

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

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

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