#30B795

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

Shades of Niagara #30B795

Tints of Niagara #30B795

Color information

#30B795 (or 0x30B795) is unknown color: approx Niagara. HEX triplet: 30, B7 and 95. RGB value is (48,183,149). Sum of RGB (Red+Green+Blue) = 48+183+149=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #30B795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B795 is #CF486A. Grayscale: #8A8A8A. Windows color (decimal): -13584491 or 9811760. OLE color: 9811760.

HSL color Cylindrical-coordinate representation of color #30B795: hue angle of 164.89º 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 #30B795 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB48183149-
CMYK0.7400.190.28
HSL164.89º58.44%45.29%-
HSV(B)164.89º73.77%71.76%-
XYZ23.5836.6734.27-
YUV138.76133.7763.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.63%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=12.63%
G=48.16%
B=39.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831490.7400.190.28164.8958.4445.29
Hex30B7954A0131Ca53a2d
Octal60267225112023342457255
Binary110000101101111001010110010100100111110010100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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