#CCFDB0

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

Shades of Tea Green #CCFDB0

Tints of Tea Green #CCFDB0

Color information

#CCFDB0 (or 0xCCFDB0) is unknown color: approx Tea Green. HEX triplet: CC, FD and B0. RGB value is (204,253,176). Sum of RGB (Red+Green+Blue) = 204+253+176=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDB0 is #33024F. Grayscale: #E5E5E5. Windows color (decimal): -3342928 or 11599308. OLE color: 11599308.

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

Color convert

RGB204253176-
CMYK0.1900.300.01
HSL98.18º95.06%84.12%-
HSV(B)98.18º30.43%99.22%-
XYZ67.8686.2254.14-
YUV229.5797.77109.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=32.23%
G=39.97%
B=27.80%

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
Decimal2042531760.1900.300.0198.1895.0684.12
HexCCFDB01301E1625f54
Octal314375260230361142137124
Binary110011001111110110110000100110111101110001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDB0; }

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

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

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

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

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

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

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

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