#CCFCBE

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

Shades of Tea Green #CCFCBE

Tints of Tea Green #CCFCBE

Color information

#CCFCBE (or 0xCCFCBE) is unknown color: approx Tea Green. HEX triplet: CC, FC and BE. RGB value is (204,252,190). Sum of RGB (Red+Green+Blue) = 204+252+190=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCBE is #330341. Grayscale: #E6E6E6. Windows color (decimal): -3343170 or 12516556. OLE color: 12516556.

HSL color Cylindrical-coordinate representation of color #CCFCBE: hue angle of 106.45º degrees, saturation: 0.91, 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 #CCFCBE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB204252190-
CMYK0.1900.250.01
HSL106.45º91.18%86.67%-
HSV(B)106.45º24.6%98.82%-
XYZ69.0186.1861.71-
YUV230.58105.1109.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=31.58%
G=39.01%
B=29.41%

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
Decimal2042521900.1900.250.01106.4591.1886.67
HexCCFCBE1301916a5b57
Octal314374276230311152133127
Binary110011001111110010111110100110110011110101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCBE; }

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

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

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

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

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

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

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

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