#CAFEB7

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

Shades of Tea Green #CAFEB7

Tints of Tea Green #CAFEB7

Color information

#CAFEB7 (or 0xCAFEB7) is unknown color: approx Tea Green. HEX triplet: CA, FE and B7. RGB value is (202,254,183). Sum of RGB (Red+Green+Blue) = 202+254+183=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEB7 is #350148. Grayscale: #E6E6E6. Windows color (decimal): -3473737 or 12058314. OLE color: 12058314.

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

Color convert

RGB202254183-
CMYK0.2000.280.00
HSL103.94º97.26%85.69%-
HSV(B)103.94º27.95%99.61%-
XYZ68.3586.8657.96-
YUV230.36101.27107.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=31.61%
G=39.75%
B=28.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541830.2000.280.00103.9497.2685.69
HexCAFEB71401C0686156
Octal312376267240340150141126
Binary110010101111111010110111101000111000110100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEB7; }

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

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

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

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

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

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

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

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