#CCFCBD

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

Shades of Tea Green #CCFCBD

Tints of Tea Green #CCFCBD

Color information

#CCFCBD (or 0xCCFCBD) is unknown color: approx Tea Green. HEX triplet: CC, FC and BD. RGB value is (204,252,189). Sum of RGB (Red+Green+Blue) = 204+252+189=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCBD is #330342. Grayscale: #E6E6E6. Windows color (decimal): -3343171 or 12451020. OLE color: 12451020.

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

Color convert

RGB204252189-
CMYK0.1900.250.01
HSL105.71º91.3%86.47%-
HSV(B)105.71º25%98.82%-
XYZ68.986.1361.14-
YUV230.47104.6109.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=31.63%
G=39.07%
B=29.30%

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
Decimal2042521890.1900.250.01105.7191.386.47
HexCCFCBD1301916a5b56
Octal314374275230311152133126
Binary110011001111110010111101100110110011110101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCBD; }

 p { color: rgb(204,252,189); }

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

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

 a { background-color: rgb(204,252,189); }

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

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

 span { border-color: rgb(204,252,189); }

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