#CCEFB1

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

Shades of Tea Green #CCEFB1

Tints of Tea Green #CCEFB1

Color information

#CCEFB1 (or 0xCCEFB1) is unknown color: approx Tea Green. HEX triplet: CC, EF and B1. RGB value is (204,239,177). Sum of RGB (Red+Green+Blue) = 204+239+177=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFB1 is #33104E. Grayscale: #DDDDDD. Windows color (decimal): -3346511 or 11661260. OLE color: 11661260.

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

Color convert

RGB204239177-
CMYK0.1500.260.06
HSL93.87º65.96%81.57%-
HSV(B)93.87º25.94%93.73%-
XYZ63.777.7453.24-
YUV221.47102.9115.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=32.90%
G=38.55%
B=28.55%

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
Decimal2042391770.1500.260.0693.8765.9681.57
HexCCEFB1F01A65e4252
Octal314357261170326136102122
Binary1100110011101111101100011111011010110101111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFB1; }

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

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

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

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

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

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

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

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