#CAF9BA

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

Shades of Tea Green #CAF9BA

Tints of Tea Green #CAF9BA

Color information

#CAF9BA (or 0xCAF9BA) is unknown color: approx Tea Green. HEX triplet: CA, F9 and BA. RGB value is (202,249,186). Sum of RGB (Red+Green+Blue) = 202+249+186=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9BA is #350645. Grayscale: #E3E3E3. Windows color (decimal): -3475014 or 12253642. OLE color: 12253642.

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

Color convert

RGB202249186-
CMYK0.1900.250.02
HSL104.76º84%85.29%-
HSV(B)104.76º25.3%97.65%-
XYZ67.183.8559.1-
YUV227.76104.43109.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=31.71%
G=39.09%
B=29.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491860.1900.250.02104.768485.29
HexCAF9BA130192695455
Octal312371272230312151124125
Binary1100101011111001101110101001101100110110100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9BA; }

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

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

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

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

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

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

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

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