#30B196

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

Shades of Niagara #30B196

Tints of Niagara #30B196

Color information

#30B196 (or 0x30B196) is unknown color: approx Niagara. HEX triplet: 30, B1 and 96. RGB value is (48,177,150). Sum of RGB (Red+Green+Blue) = 48+177+150=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #30B196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B196 is #CF4E69. Grayscale: #878787. Windows color (decimal): -13586026 or 9875760. OLE color: 9875760.

HSL color Cylindrical-coordinate representation of color #30B196: hue angle of 167.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B196 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB48177150-
CMYK0.7300.150.31
HSL167.44º57.33%44.12%-
HSV(B)167.44º72.88%69.41%-
XYZ22.4534.2734.29-
YUV135.35136.2665.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 150 (58.98% from 255) = 40%
R=12.8%
G=47.2%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481771500.7300.150.31167.4457.3344.12
Hex30B196490F1Fa7392c
Octal60261226111017372477154
Binary11000010110001100101101001001011111111110100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,150); }

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

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

 a { background-color: rgb(48,177,150); }

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

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

 span { border-color: rgb(48,177,150); }

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