#CAFEAE

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

Shades of Tea Green #CAFEAE

Tints of Tea Green #CAFEAE

Color information

#CAFEAE (or 0xCAFEAE) is unknown color: approx Tea Green. HEX triplet: CA, FE and AE. RGB value is (202,254,174). Sum of RGB (Red+Green+Blue) = 202+254+174=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEAE is #350151. Grayscale: #E5E5E5. Windows color (decimal): -3473746 or 11468490. OLE color: 11468490.

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

Color convert

RGB202254174-
CMYK0.2000.310.00
HSL99º97.56%83.92%-
HSV(B)99º31.5%99.61%-
XYZ67.4486.553.19-
YUV229.3396.77108.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=32.06%
G=40.32%
B=27.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541740.2000.310.009997.5683.92
HexCAFEAE1401F0636254
Octal312376256240370143142124
Binary110010101111111010101110101000111110110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEAE; }

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

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

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

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

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

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

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

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