#CEFBAD

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

Shades of Tea Green #CEFBAD

Tints of Tea Green #CEFBAD

Color information

#CEFBAD (or 0xCEFBAD) is unknown color: approx Tea Green. HEX triplet: CE, FB and AD. RGB value is (206,251,173). Sum of RGB (Red+Green+Blue) = 206+251+173=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBAD is #310452. Grayscale: #E4E4E4. Windows color (decimal): -3212371 or 11402190. OLE color: 11402190.

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

Color convert

RGB206251173-
CMYK0.1800.310.02
HSL94.62º90.7%83.14%-
HSV(B)94.62º31.08%98.43%-
XYZ67.4985.1352.41-
YUV228.6596.59111.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=32.70%
G=39.84%
B=27.46%

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
Decimal2062511730.1800.310.0294.6290.783.14
HexCEFBAD1201F25f5b53
Octal316373255220372137133123
Binary1100111011111011101011011001001111110101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBAD; }

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

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

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

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

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

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

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

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