Html Css Color HEX #30B491 Niagara

📋 copy color: '#30B491'

red 48 ◦ green 180 ◦ blue 145

#30B491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #30B491

Tints of Niagara #30B491

RGB

 RED value IS 48 (19.14% from 255) = 12.87%

 GREEN value IS 180 (70.7% from 255) = 48.26%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 12.87%
G = 48.26%
B = 38.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#30B491 (or 0x30B491) is known color: Niagara. HEX triplet: 30, B4 and 91. RGB value is (48,180,145). Sum of RGB (Red+Green+Blue) = 48+180+145=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #30B491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B491 is #CF4B6E. Grayscale: #888888. Windows color (decimal): -13585263 or 9548848. OLE color: 9548848.

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

Color convert

RGB 48 180 145 -
CMYK 0.73 0 0.19 0.29
HSL 164.09º 0.58% 0.45% -
HSV(B) 164.09º 0.73% 0.71% -
XYZ 22.65 35.32 32.41 -
YUV 136.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 48 180 145 0.73 0 0.19 0.29 164.09 0.58 0.45
Hex 30 B4 91 49 0 13 1D A4 3A 2D
Octal 60 264 221 111 0 23 35 244 72 55
Binary 110000 10110100 10010001 1001001 0 10011 11101 10100100 111010 101101

Color Harmonies of #30B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B491

Black with #30B491

Text Example


Text Example

White with #30B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30B491;
 }
 .AnyTagClassName
 {
   color: #30B491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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