#CEFEAE

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

Shades of Tea Green #CEFEAE

Tints of Tea Green #CEFEAE

Color information

#CEFEAE (or 0xCEFEAE) is unknown color: approx Tea Green. HEX triplet: CE, FE and AE. RGB value is (206,254,174). Sum of RGB (Red+Green+Blue) = 206+254+174=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEAE is #310151. Grayscale: #E6E6E6. Windows color (decimal): -3211602 or 11468494. OLE color: 11468494.

HSL color Cylindrical-coordinate representation of color #CEFEAE: hue angle of 96º 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 #CEFEAE is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB206254174-
CMYK0.1900.310.00
HSL96º97.56%83.92%-
HSV(B)96º31.5%99.61%-
XYZ68.5487.0653.24-
YUV230.5396.1110.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=32.49%
G=40.06%
B=27.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541740.1900.310.009697.5683.92
HexCEFEAE1301F0606254
Octal316376256230370140142124
Binary110011101111111010101110100110111110110000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEAE; }

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

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

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

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

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

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

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

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