#CCEABB

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

Shades of Tea Green #CCEABB

Tints of Tea Green #CCEABB

Color information

#CCEABB (or 0xCCEABB) is unknown color: approx Tea Green. HEX triplet: CC, EA and BB. RGB value is (204,234,187). Sum of RGB (Red+Green+Blue) = 204+234+187=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABB is #331544. Grayscale: #DBDBDB. Windows color (decimal): -3347781 or 12315340. OLE color: 12315340.

HSL color Cylindrical-coordinate representation of color #CCEABB: hue angle of 98.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEABB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB204234187-
CMYK0.1300.200.08
HSL98.3º52.81%82.55%-
HSV(B)98.3º20.09%91.76%-
XYZ63.2975.2758.21-
YUV219.67109.56116.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=32.64%
G=37.44%
B=29.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341870.1300.200.0898.352.8182.55
HexCCEABBD0148623553
Octal314352273150241014265123
Binary1100110011101010101110111101010100100011000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEABB; }

 p { color: rgb(204,234,187); }

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

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

 a { background-color: rgb(204,234,187); }

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

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

 span { border-color: rgb(204,234,187); }

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