#CCEEBC

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

Shades of Tea Green #CCEEBC

Tints of Tea Green #CCEEBC

Color information

#CCEEBC (or 0xCCEEBC) is unknown color: approx Tea Green. HEX triplet: CC, EE and BC. RGB value is (204,238,188). Sum of RGB (Red+Green+Blue) = 204+238+188=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBC is #331143. Grayscale: #DEDEDE. Windows color (decimal): -3346756 or 12381900. OLE color: 12381900.

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

Color convert

RGB204238188-
CMYK0.1400.210.07
HSL100.8º59.52%83.53%-
HSV(B)100.8º21.01%93.33%-
XYZ64.5577.6259.16-
YUV222.13108.74115.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=32.38%
G=37.78%
B=29.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381880.1400.210.07100.859.5283.53
HexCCEEBCE0157653c54
Octal31435627416025714574124
Binary110011001110111010111100111001010111111001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEBC; }

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

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

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

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

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

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

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

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