#30B49D

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

Shades of Niagara #30B49D

Tints of Niagara #30B49D

Color information

#30B49D (or 0x30B49D) is unknown color: approx Niagara. HEX triplet: 30, B4 and 9D. RGB value is (48,180,157). Sum of RGB (Red+Green+Blue) = 48+180+157=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #30B49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B49D is #CF4B62. Grayscale: #898989. Windows color (decimal): -13585251 or 10335280. OLE color: 10335280.

HSL color Cylindrical-coordinate representation of color #30B49D: hue angle of 169.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B49D is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB48180157-
CMYK0.7300.130.29
HSL169.55º57.89%44.71%-
HSV(B)169.55º73.33%70.59%-
XYZ23.6335.7137.54-
YUV137.91138.7763.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=12.47%
G=46.75%
B=40.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481801570.7300.130.29169.5557.8944.71
Hex30B49D490D1Daa3a2d
Octal60264235111015352527255
Binary11000010110100100111011001001011011110110101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,157); }

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

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

 a { background-color: rgb(48,180,157); }

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

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

 span { border-color: rgb(48,180,157); }

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