#CEFFAE

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

Shades of Tea Green #CEFFAE

Tints of Tea Green #CEFFAE

Color information

#CEFFAE (or 0xCEFFAE) is unknown color: approx Tea Green. HEX triplet: CE, FF and AE. RGB value is (206,255,174). Sum of RGB (Red+Green+Blue) = 206+255+174=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFAE is #310051. Grayscale: #E7E7E7. Windows color (decimal): -3211346 or 11468750. OLE color: 11468750.

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

Color convert

RGB206255174-
CMYK0.1900.320
HSL96.3º100%84.12%-
HSV(B)96.3º31.76%100%-
XYZ68.8587.753.34-
YUV231.1295.77110.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=32.44%
G=40.16%
B=27.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551740.1900.32096.310084.12
HexCEFFAE130200606454
Octal316377256230400140144124
Binary1100111011111111101011101001101000000110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFAE; }

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

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

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

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

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

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

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

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