#30B796

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

Shades of Niagara #30B796

Tints of Niagara #30B796

Color information

#30B796 (or 0x30B796) is unknown color: approx Niagara. HEX triplet: 30, B7 and 96. RGB value is (48,183,150). Sum of RGB (Red+Green+Blue) = 48+183+150=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #30B796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B796 is #CF4869. Grayscale: #8A8A8A. Windows color (decimal): -13584490 or 9877296. OLE color: 9877296.

HSL color Cylindrical-coordinate representation of color #30B796: hue angle of 165.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B796 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB48183150-
CMYK0.7400.180.28
HSL165.33º58.44%45.29%-
HSV(B)165.33º73.77%71.76%-
XYZ23.6636.734.69-
YUV138.87134.2763.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=12.60%
G=48.03%
B=39.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831500.7400.180.28165.3358.4445.29
Hex30B7964A0121Ca53a2d
Octal60267226112022342457255
Binary110000101101111001011010010100100101110010100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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