#CEEABF

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

Shades of Tea Green #CEEABF

Tints of Tea Green #CEEABF

Color information

#CEEABF (or 0xCEEABF) is unknown color: approx Tea Green. HEX triplet: CE, EA and BF. RGB value is (206,234,191). Sum of RGB (Red+Green+Blue) = 206+234+191=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEABF is #311540. Grayscale: #DCDCDC. Windows color (decimal): -3216705 or 12577486. OLE color: 12577486.

HSL color Cylindrical-coordinate representation of color #CEEABF: hue angle of 99.07º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEABF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB206234191-
CMYK0.1200.180.08
HSL99.07º50.59%83.33%-
HSV(B)99.07º18.38%91.76%-
XYZ64.2875.7360.52-
YUV220.73111.22117.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 191 (75% from 255) = 30.27%
R=32.65%
G=37.08%
B=30.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341910.1200.180.0899.0750.5983.33
HexCEEABFC0128633353
Octal316352277140221014363123
Binary1100111011101010101111111100010010100011000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEABF; }

 p { color: rgb(206,234,191); }

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

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

 a { background-color: rgb(206,234,191); }

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

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

 span { border-color: rgb(206,234,191); }

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