#CCF1B1

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

Shades of Tea Green #CCF1B1

Tints of Tea Green #CCF1B1

Color information

#CCF1B1 (or 0xCCF1B1) is unknown color: approx Tea Green. HEX triplet: CC, F1 and B1. RGB value is (204,241,177). Sum of RGB (Red+Green+Blue) = 204+241+177=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1B1 is #330E4E. Grayscale: #DEDEDE. Windows color (decimal): -3345999 or 11661772. OLE color: 11661772.

HSL color Cylindrical-coordinate representation of color #CCF1B1: hue angle of 94.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF1B1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB204241177-
CMYK0.1500.270.05
HSL94.69º69.57%81.96%-
HSV(B)94.69º26.56%94.51%-
XYZ64.2978.9253.44-
YUV222.64102.24114.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=32.80%
G=38.75%
B=28.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411770.1500.270.0594.6969.5781.96
HexCCF1B1F01B55f4652
Octal314361261170335137106122
Binary1100110011110001101100011111011011101101111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1B1; }

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

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

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

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

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

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

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

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