#CCE6B4

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

Shades of Tea Green #CCE6B4

Tints of Tea Green #CCE6B4

Color information

#CCE6B4 (or 0xCCE6B4) is unknown color: approx Tea Green. HEX triplet: CC, E6 and B4. RGB value is (204,230,180). Sum of RGB (Red+Green+Blue) = 204+230+180=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6B4 is #33194B. Grayscale: #D8D8D8. Windows color (decimal): -3348812 or 11855564. OLE color: 11855564.

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

Color convert

RGB204230180-
CMYK0.1100.220.10
HSL91.2º50%80.39%-
HSV(B)91.2º21.74%90.2%-
XYZ61.4472.7353.98-
YUV216.53107.39119.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=33.22%
G=37.46%
B=29.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301800.1100.220.1091.25080.39
HexCCE6B4B016A5b3250
Octal314346264130261213362120
Binary1100110011100110101101001011010110101010110111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6B4; }

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

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

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

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

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

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

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

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