#CCFDB2

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

Shades of Tea Green #CCFDB2

Tints of Tea Green #CCFDB2

Color information

#CCFDB2 (or 0xCCFDB2) is unknown color: approx Tea Green. HEX triplet: CC, FD and B2. RGB value is (204,253,178). Sum of RGB (Red+Green+Blue) = 204+253+178=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDB2 is #33024D. Grayscale: #E6E6E6. Windows color (decimal): -3342926 or 11730380. OLE color: 11730380.

HSL color Cylindrical-coordinate representation of color #CCFDB2: hue angle of 99.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFDB2 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB204253178-
CMYK0.1900.300.01
HSL99.2º94.94%84.51%-
HSV(B)99.2º29.64%99.22%-
XYZ68.0686.355.19-
YUV229.898.77109.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=32.13%
G=39.84%
B=28.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531780.1900.300.0199.294.9484.51
HexCCFDB21301E1635f55
Octal314375262230361143137125
Binary110011001111110110110010100110111101110001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDB2; }

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

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

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

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

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

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

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

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