#CCE6BD

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

Shades of Tea Green #CCE6BD

Tints of Tea Green #CCE6BD

Color information

#CCE6BD (or 0xCCE6BD) is unknown color: approx Tea Green. HEX triplet: CC, E6 and BD. RGB value is (204,230,189). Sum of RGB (Red+Green+Blue) = 204+230+189=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BD is #331942. Grayscale: #D9D9D9. Windows color (decimal): -3348803 or 12445388. OLE color: 12445388.

HSL color Cylindrical-coordinate representation of color #CCE6BD: hue angle of 98.05º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE6BD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB204230189-
CMYK0.1100.180.10
HSL98.05º45.05%82.16%-
HSV(B)98.05º17.83%90.2%-
XYZ62.3873.1158.97-
YUV217.55111.89118.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=32.74%
G=36.92%
B=30.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301890.1100.180.1098.0545.0582.16
HexCCE6BDB012A622d52
Octal314346275130221214255122
Binary1100110011100110101111011011010010101011000101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6BD; }

 p { color: rgb(204,230,189); }

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

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

 a { background-color: rgb(204,230,189); }

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

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

 span { border-color: rgb(204,230,189); }

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