#CCEEBA

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

Shades of Tea Green #CCEEBA

Tints of Tea Green #CCEEBA

Color information

#CCEEBA (or 0xCCEEBA) is unknown color: approx Tea Green. HEX triplet: CC, EE and BA. RGB value is (204,238,186). Sum of RGB (Red+Green+Blue) = 204+238+186=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBA is #331145. Grayscale: #DEDEDE. Windows color (decimal): -3346758 or 12250828. OLE color: 12250828.

HSL color Cylindrical-coordinate representation of color #CCEEBA: hue angle of 99.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCEEBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB204238186-
CMYK0.1400.220.07
HSL99.23º60.47%83.14%-
HSV(B)99.23º21.85%93.33%-
XYZ64.3477.5358.03-
YUV221.91107.74115.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=32.48%
G=37.90%
B=29.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381860.1400.220.0799.2360.4783.14
HexCCEEBAE0167633c53
Octal31435627216026714374123
Binary110011001110111010111010111001011011111000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEBA; }

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

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

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

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

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

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

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

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