#CAFEBE

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

Shades of Tea Green #CAFEBE

Tints of Tea Green #CAFEBE

Color information

#CAFEBE (or 0xCAFEBE) is unknown color: approx Tea Green. HEX triplet: CA, FE and BE. RGB value is (202,254,190). Sum of RGB (Red+Green+Blue) = 202+254+190=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEBE is #350141. Grayscale: #E7E7E7. Windows color (decimal): -3473730 or 12517066. OLE color: 12517066.

HSL color Cylindrical-coordinate representation of color #CAFEBE: hue angle of 108.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAFEBE is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB202254190-
CMYK0.2000.250.00
HSL108.75º96.97%87.06%-
HSV(B)108.75º25.2%99.61%-
XYZ69.0987.1661.9-
YUV231.16104.77107.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=31.27%
G=39.32%
B=29.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541900.2000.250.00108.7596.9787.06
HexCAFEBE1401906d6157
Octal312376276240310155141127
Binary110010101111111010111110101000110010110110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEBE; }

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

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

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

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

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

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

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

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