#CAF1BD

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

Shades of Tea Green #CAF1BD

Tints of Tea Green #CAF1BD

Color information

#CAF1BD (or 0xCAF1BD) is unknown color: approx Tea Green. HEX triplet: CA, F1 and BD. RGB value is (202,241,189). Sum of RGB (Red+Green+Blue) = 202+241+189=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BD is #350E42. Grayscale: #DFDFDF. Windows color (decimal): -3477059 or 12448202. OLE color: 12448202.

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

Color convert

RGB202241189-
CMYK0.1600.220.05
HSL105º65%84.31%-
HSV(B)105º21.58%94.51%-
XYZ6579.1459.99-
YUV223.41108.58112.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=31.96%
G=38.13%
B=29.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411890.1600.220.051056584.31
HexCAF1BD100165694154
Octal312361275200265151101124
Binary11001010111100011011110110000010110101110100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1BD; }

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

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

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

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

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

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

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

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