#30B793

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

Shades of Niagara #30B793

Tints of Niagara #30B793

Color information

#30B793 (or 0x30B793) is unknown color: approx Niagara. HEX triplet: 30, B7 and 93. RGB value is (48,183,147). Sum of RGB (Red+Green+Blue) = 48+183+147=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #30B793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B793 is #CF486C. Grayscale: #8A8A8A. Windows color (decimal): -13584493 or 9680688. OLE color: 9680688.

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

Color convert

RGB48183147-
CMYK0.7400.200.28
HSL164º58.44%45.29%-
HSV(B)164º73.77%71.76%-
XYZ23.4236.633.43-
YUV138.53132.7763.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=12.70%
G=48.41%
B=38.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831470.7400.200.2816458.4445.29
Hex30B7934A0141Ca43a2d
Octal60267223112024342447255
Binary110000101101111001001110010100101001110010100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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