#CEEAC0

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

Shades of Tea Green #CEEAC0

Tints of Tea Green #CEEAC0

Color information

#CEEAC0 (or 0xCEEAC0) is unknown color: approx Tea Green. HEX triplet: CE, EA and C0. RGB value is (206,234,192). Sum of RGB (Red+Green+Blue) = 206+234+192=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAC0 is #31153F. Grayscale: #DCDCDC. Windows color (decimal): -3216704 or 12643022. OLE color: 12643022.

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

Color convert

RGB206234192-
CMYK0.1200.180.08
HSL100º50%83.53%-
HSV(B)100º17.95%91.76%-
XYZ64.3975.7761.1-
YUV220.84111.72117.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=32.59%
G=37.03%
B=30.38%

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
Decimal2062341920.1200.180.081005083.53
HexCEEAC0C0128643254
Octal316352300140221014462124
Binary1100111011101010110000001100010010100011001001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAC0; }

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

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

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

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

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

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

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

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