#30A699

Color #30A699 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #30A699

Tints of Niagara #30A699

Color information

#30A699 (or 0x30A699) is unknown color: approx Niagara. HEX triplet: 30, A6 and 99. RGB value is (48,166,153). Sum of RGB (Red+Green+Blue) = 48+166+153=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #30A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A699 is #CF5966. Grayscale: #818181. Windows color (decimal): -13588839 or 10069552. OLE color: 10069552.

HSL color Cylindrical-coordinate representation of color #30A699: hue angle of 173.39º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A699 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB48166153-
CMYK0.7100.080.35
HSL173.39º55.14%41.96%-
HSV(B)173.39º71.08%65.1%-
XYZ20.630.234.88-
YUV129.24141.4170.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=13.08%
G=45.23%
B=41.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481661530.7100.080.35173.3955.1441.96
Hex30A699470823ad372a
Octal60246231107010432556752
Binary110000101001101001100110001110100010001110101101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A699; }

 p { color: rgb(48,166,153); }

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

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

 a { background-color: rgb(48,166,153); }

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

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

 span { border-color: rgb(48,166,153); }

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