#CEFBAF

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

Shades of Tea Green #CEFBAF

Tints of Tea Green #CEFBAF

Color information

#CEFBAF (or 0xCEFBAF) is unknown color: approx Tea Green. HEX triplet: CE, FB and AF. RGB value is (206,251,175). Sum of RGB (Red+Green+Blue) = 206+251+175=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBAF is #310450. Grayscale: #E5E5E5. Windows color (decimal): -3212369 or 11533262. OLE color: 11533262.

HSL color Cylindrical-coordinate representation of color #CEFBAF: hue angle of 95.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEFBAF is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB206251175-
CMYK0.1800.300.02
HSL95.53º90.48%83.53%-
HSV(B)95.53º30.28%98.43%-
XYZ67.6985.2153.44-
YUV228.8897.59111.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=32.59%
G=39.72%
B=27.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511750.1800.300.0295.5390.4883.53
HexCEFBAF1201E2605a54
Octal316373257220362140132124
Binary1100111011111011101011111001001111010110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBAF; }

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

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

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

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

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

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

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

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