#CEFBAE

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

Shades of Tea Green #CEFBAE

Tints of Tea Green #CEFBAE

Color information

#CEFBAE (or 0xCEFBAE) is unknown color: approx Tea Green. HEX triplet: CE, FB and AE. RGB value is (206,251,174). Sum of RGB (Red+Green+Blue) = 206+251+174=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBAE is #310451. Grayscale: #E5E5E5. Windows color (decimal): -3212370 or 11467726. OLE color: 11467726.

HSL color Cylindrical-coordinate representation of color #CEFBAE: hue angle of 95.06º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEFBAE is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB206251174-
CMYK0.1800.310.02
HSL95.06º90.59%83.33%-
HSV(B)95.06º30.68%98.43%-
XYZ67.5985.1752.92-
YUV228.7797.09111.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=32.65%
G=39.78%
B=27.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511740.1800.310.0295.0690.5983.33
HexCEFBAE1201F25f5b53
Octal316373256220372137133123
Binary1100111011111011101011101001001111110101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBAE; }

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

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

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

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

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

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

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

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