#CAF4BA

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

Shades of Tea Green #CAF4BA

Tints of Tea Green #CAF4BA

Color information

#CAF4BA (or 0xCAF4BA) is unknown color: approx Tea Green. HEX triplet: CA, F4 and BA. RGB value is (202,244,186). Sum of RGB (Red+Green+Blue) = 202+244+186=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4BA is #350B45. Grayscale: #E1E1E1. Windows color (decimal): -3476294 or 12252362. OLE color: 12252362.

HSL color Cylindrical-coordinate representation of color #CAF4BA: hue angle of 103.45º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF4BA is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB202244186-
CMYK0.1700.240.04
HSL103.45º72.5%84.31%-
HSV(B)103.45º23.77%95.69%-
XYZ65.5780.858.59-
YUV224.83106.09111.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=31.96%
G=38.61%
B=29.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441860.1700.240.04103.4572.584.31
HexCAF4BA110184674854
Octal312364272210304147110124
Binary11001010111101001011101010001011000100110011110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4BA; }

 p { color: rgb(202,244,186); }

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

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

 a { background-color: rgb(202,244,186); }

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

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

 span { border-color: rgb(202,244,186); }

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