Html Css Color HEX #30AB91 Niagara

📋 copy color: '#30AB91'

red 48 ◦ green 171 ◦ blue 145

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

Shades of Niagara #30AB91

Tints of Niagara #30AB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.98%

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

R = 13.19%
G = 46.98%
B = 39.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#30AB91 (or 0x30AB91) is known color: Niagara. HEX triplet: 30, AB and 91. RGB value is (48,171,145). Sum of RGB (Red+Green+Blue) = 48+171+145=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB91 is #CF546E. Grayscale: #838383. Windows color (decimal): -13587567 or 9546544. OLE color: 9546544.

HSL color Cylindrical-coordinate representation of color #30AB91: hue angle of 167.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB91 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 145 -
CMYK 0.72 0 0.15 0.33
HSL 167.32º 0.56% 0.43% -
HSV(B) 167.32º 0.72% 0.67% -
XYZ 20.89 31.8 31.82 -
YUV 131.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 48 171 145 0.72 0 0.15 0.33 167.32 0.56 0.43
Hex 30 AB 91 48 0 F 21 A7 38 2B
Octal 60 253 221 110 0 17 41 247 70 53
Binary 110000 10101011 10010001 1001000 0 1111 100001 10100111 111000 101011

Color Harmonies of #30AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB91

Black with #30AB91

Text Example


Text Example

White with #30AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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