#CCF2B0

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

Shades of Tea Green #CCF2B0

Tints of Tea Green #CCF2B0

Color information

#CCF2B0 (or 0xCCF2B0) is unknown color: approx Tea Green. HEX triplet: CC, F2 and B0. RGB value is (204,242,176). Sum of RGB (Red+Green+Blue) = 204+242+176=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2B0 is #330D4F. Grayscale: #DFDFDF. Windows color (decimal): -3345744 or 11596492. OLE color: 11596492.

HSL color Cylindrical-coordinate representation of color #CCF2B0: hue angle of 94.55º degrees, saturation: 0.72, 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 #CCF2B0 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB204242176-
CMYK0.1600.270.05
HSL94.55º71.74%81.96%-
HSV(B)94.55º27.27%94.9%-
XYZ64.4979.4853.02-
YUV223.11101.41114.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=32.80%
G=38.91%
B=28.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421760.1600.270.0594.5571.7481.96
HexCCF2B01001B55f4852
Octal314362260200335137110122
Binary11001100111100101011000010000011011101101111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2B0; }

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

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

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

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

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

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

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

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