#CCEEBE

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

Shades of Tea Green #CCEEBE

Tints of Tea Green #CCEEBE

Color information

#CCEEBE (or 0xCCEEBE) is unknown color: approx Tea Green. HEX triplet: CC, EE and BE. RGB value is (204,238,190). Sum of RGB (Red+Green+Blue) = 204+238+190=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBE is #331141. Grayscale: #DEDEDE. Windows color (decimal): -3346754 or 12512972. OLE color: 12512972.

HSL color Cylindrical-coordinate representation of color #CCEEBE: hue angle of 102.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEEBE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB204238190-
CMYK0.1400.200.07
HSL102.5º58.54%83.92%-
HSV(B)102.5º20.17%93.33%-
XYZ64.7777.760.3-
YUV222.36109.74114.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=32.28%
G=37.66%
B=30.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381900.1400.200.07102.558.5483.92
HexCCEEBEE0147663b54
Octal31435627616024714673124
Binary110011001110111010111110111001010011111001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEBE; }

 p { color: rgb(204,238,190); }

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

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

 a { background-color: rgb(204,238,190); }

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

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

 span { border-color: rgb(204,238,190); }

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