#CAFEBA

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

Shades of Tea Green #CAFEBA

Tints of Tea Green #CAFEBA

Color information

#CAFEBA (or 0xCAFEBA) is unknown color: approx Tea Green. HEX triplet: CA, FE and BA. RGB value is (202,254,186). Sum of RGB (Red+Green+Blue) = 202+254+186=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEBA is #350145. Grayscale: #E6E6E6. Windows color (decimal): -3473734 or 12254922. OLE color: 12254922.

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

Color convert

RGB202254186-
CMYK0.2000.270.00
HSL105.88º97.14%86.27%-
HSV(B)105.88º26.77%99.61%-
XYZ68.6686.9959.63-
YUV230.7102.77107.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=31.46%
G=39.56%
B=28.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541860.2000.270.00105.8897.1486.27
HexCAFEBA1401B06a6156
Octal312376272240330152141126
Binary110010101111111010111010101000110110110101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEBA; }

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

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

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

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

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

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

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

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