#CCFDBF

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

Shades of Tea Green #CCFDBF

Tints of Tea Green #CCFDBF

Color information

#CCFDBF (or 0xCCFDBF) is unknown color: approx Tea Green. HEX triplet: CC, FD and BF. RGB value is (204,253,191). Sum of RGB (Red+Green+Blue) = 204+253+191=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDBF is #330240. Grayscale: #E7E7E7. Windows color (decimal): -3342913 or 12582348. OLE color: 12582348.

HSL color Cylindrical-coordinate representation of color #CCFDBF: hue angle of 107.42º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFDBF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB204253191-
CMYK0.1900.250.01
HSL107.42º93.94%87.06%-
HSV(B)107.42º24.51%99.22%-
XYZ69.4386.8562.39-
YUV231.28105.27108.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 191 (75% from 255) = 29.48%
R=31.48%
G=39.04%
B=29.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531910.1900.250.01107.4293.9487.06
HexCCFDBF1301916b5e57
Octal314375277230311153136127
Binary110011001111110110111111100110110011110101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDBF; }

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

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

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

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

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

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

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

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