#CAF5BE

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

Shades of Tea Green #CAF5BE

Tints of Tea Green #CAF5BE

Color information

#CAF5BE (or 0xCAF5BE) is unknown color: approx Tea Green. HEX triplet: CA, F5 and BE. RGB value is (202,245,190). Sum of RGB (Red+Green+Blue) = 202+245+190=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5BE is #350A41. Grayscale: #E2E2E2. Windows color (decimal): -3476034 or 12514762. OLE color: 12514762.

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

Color convert

RGB202245190-
CMYK0.1800.220.04
HSL106.91º73.33%85.29%-
HSV(B)106.91º22.45%96.08%-
XYZ66.381.5860.97-
YUV225.87107.75110.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=31.71%
G=38.46%
B=29.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451900.1800.220.04106.9173.3385.29
HexCAF5BE1201646b4955
Octal312365276220264153111125
Binary11001010111101011011111010010010110100110101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5BE; }

 p { color: rgb(202,245,190); }

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

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

 a { background-color: rgb(202,245,190); }

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

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

 span { border-color: rgb(202,245,190); }

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