#CCEFC0

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

Shades of Tea Green #CCEFC0

Tints of Tea Green #CCEFC0

Color information

#CCEFC0 (or 0xCCEFC0) is unknown color: approx Tea Green. HEX triplet: CC, EF and C0. RGB value is (204,239,192). Sum of RGB (Red+Green+Blue) = 204+239+192=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC0 is #33103F. Grayscale: #DFDFDF. Windows color (decimal): -3346496 or 12644300. OLE color: 12644300.

HSL color Cylindrical-coordinate representation of color #CCEFC0: hue angle of 104.68º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB204239192-
CMYK0.1500.200.06
HSL104.68º59.49%84.51%-
HSV(B)104.68º19.67%93.73%-
XYZ65.2878.3861.56-
YUV223.18110.4114.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=32.13%
G=37.64%
B=30.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391920.1500.200.06104.6859.4984.51
HexCCEFC0F0146693b55
Octal31435730017024615173125
Binary110011001110111111000000111101010011011010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFC0; }

 p { color: rgb(204,239,192); }

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

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

 a { background-color: rgb(204,239,192); }

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

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

 span { border-color: rgb(204,239,192); }

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