#CEEAC1

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

Shades of Tea Green #CEEAC1

Tints of Tea Green #CEEAC1

Color information

#CEEAC1 (or 0xCEEAC1) is unknown color: approx Tea Green. HEX triplet: CE, EA and C1. RGB value is (206,234,193). Sum of RGB (Red+Green+Blue) = 206+234+193=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAC1 is #31153E. Grayscale: #DDDDDD. Windows color (decimal): -3216703 or 12708558. OLE color: 12708558.

HSL color Cylindrical-coordinate representation of color #CEEAC1: hue angle of 100.98º degrees, saturation: 0.49, 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 #CEEAC1 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB206234193-
CMYK0.1200.180.08
HSL100.98º49.4%83.73%-
HSV(B)100.98º17.52%91.76%-
XYZ64.575.8261.69-
YUV220.95112.22117.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=32.54%
G=36.97%
B=30.49%

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
Decimal2062341930.1200.180.08100.9849.483.73
HexCEEAC1C0128653154
Octal316352301140221014561124
Binary1100111011101010110000011100010010100011001011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAC1; }

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

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

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

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

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

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

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

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