#CCFCB7

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

Shades of Tea Green #CCFCB7

Tints of Tea Green #CCFCB7

Color information

#CCFCB7 (or 0xCCFCB7) is unknown color: approx Tea Green. HEX triplet: CC, FC and B7. RGB value is (204,252,183). Sum of RGB (Red+Green+Blue) = 204+252+183=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCB7 is #330348. Grayscale: #E6E6E6. Windows color (decimal): -3343177 or 12057804. OLE color: 12057804.

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

Color convert

RGB204252183-
CMYK0.1900.270.01
HSL101.74º92%85.29%-
HSV(B)101.74º27.38%98.82%-
XYZ68.2685.8857.78-
YUV229.78101.6109.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=31.92%
G=39.44%
B=28.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521830.1900.270.01101.749285.29
HexCCFCB71301B1665c55
Octal314374267230331146134125
Binary110011001111110010110111100110110111110011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCB7; }

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

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

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

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

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

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

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

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