#CAF9BF

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

Shades of Tea Green #CAF9BF

Tints of Tea Green #CAF9BF

Color information

#CAF9BF (or 0xCAF9BF) is unknown color: approx Tea Green. HEX triplet: CA, F9 and BF. RGB value is (202,249,191). Sum of RGB (Red+Green+Blue) = 202+249+191=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9BF is #350640. Grayscale: #E4E4E4. Windows color (decimal): -3475009 or 12581322. OLE color: 12581322.

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

Color convert

RGB202249191-
CMYK0.1900.230.02
HSL108.62º82.86%86.27%-
HSV(B)108.62º23.29%97.65%-
XYZ67.6484.0761.95-
YUV228.33106.93109.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 191 (75% from 255) = 29.75%
R=31.46%
G=38.79%
B=29.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491910.1900.230.02108.6282.8686.27
HexCAF9BF1301726d5356
Octal312371277230272155123126
Binary1100101011111001101111111001101011110110110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9BF; }

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

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

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

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

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

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

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

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