#CCF1B2

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

Shades of Tea Green #CCF1B2

Tints of Tea Green #CCF1B2

Color information

#CCF1B2 (or 0xCCF1B2) is unknown color: approx Tea Green. HEX triplet: CC, F1 and B2. RGB value is (204,241,178). Sum of RGB (Red+Green+Blue) = 204+241+178=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1B2 is #330E4D. Grayscale: #DEDEDE. Windows color (decimal): -3345998 or 11727308. OLE color: 11727308.

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

Color convert

RGB204241178-
CMYK0.1500.260.05
HSL95.24º69.23%82.16%-
HSV(B)95.24º26.14%94.51%-
XYZ64.3978.9653.97-
YUV222.75102.74114.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 178 (69.92% from 255) = 28.57%
R=32.74%
G=38.68%
B=28.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411780.1500.260.0595.2469.2382.16
HexCCF1B2F01A55f4552
Octal314361262170325137105122
Binary1100110011110001101100101111011010101101111110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1B2; }

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

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

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

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

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

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

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

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