#30A599

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

Shades of Niagara #30A599

Tints of Niagara #30A599

Color information

#30A599 (or 0x30A599) is unknown color: approx Niagara. HEX triplet: 30, A5 and 99. RGB value is (48,165,153). Sum of RGB (Red+Green+Blue) = 48+165+153=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #30A599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A599 is #CF5A66. Grayscale: #808080. Windows color (decimal): -13589095 or 10069296. OLE color: 10069296.

HSL color Cylindrical-coordinate representation of color #30A599: hue angle of 173.85º 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 #30A599 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB48165153-
CMYK0.7100.070.35
HSL173.85º54.93%41.76%-
HSV(B)173.85º70.91%64.71%-
XYZ20.4229.8434.82-
YUV128.65141.7470.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=13.11%
G=45.08%
B=41.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651530.7100.070.35173.8554.9341.76
Hex30A599470723ae372a
Octal6024523110707432566752
Binary11000010100101100110011000111011110001110101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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