#CCEFB0

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

Shades of Tea Green #CCEFB0

Tints of Tea Green #CCEFB0

Color information

#CCEFB0 (or 0xCCEFB0) is unknown color: approx Tea Green. HEX triplet: CC, EF and B0. RGB value is (204,239,176). Sum of RGB (Red+Green+Blue) = 204+239+176=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFB0 is #33104F. Grayscale: #DDDDDD. Windows color (decimal): -3346512 or 11595724. OLE color: 11595724.

HSL color Cylindrical-coordinate representation of color #CCEFB0: hue angle of 93.33º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCEFB0 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB204239176-
CMYK0.1500.260.06
HSL93.33º66.32%81.37%-
HSV(B)93.33º26.36%93.73%-
XYZ63.677.752.72-
YUV221.35102.4115.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=32.96%
G=38.61%
B=28.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391760.1500.260.0693.3366.3281.37
HexCCEFB0F01A65d4251
Octal314357260170326135102121
Binary1100110011101111101100001111011010110101110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFB0; }

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

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

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

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

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

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

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

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