Html Css Color HEX #309F91 Niagara

📋 copy color: '#309F91'

red 48 ◦ green 159 ◦ blue 145

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

Shades of Niagara #309F91

Tints of Niagara #309F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

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

R = 13.64%
G = 45.17%
B = 41.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#309F91 (or 0x309F91) is known color: Niagara. HEX triplet: 30, 9F and 91. RGB value is (48,159,145). Sum of RGB (Red+Green+Blue) = 48+159+145=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #309F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309F91 is #CF606E. Grayscale: #7C7C7C. Windows color (decimal): -13590639 or 9543472. OLE color: 9543472.

HSL color Cylindrical-coordinate representation of color #309F91: hue angle of 172.43º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F91 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 159 145 -
CMYK 0.70 0 0.09 0.38
HSL 172.43º 0.54% 0.41% -
HSV(B) 172.43º 0.7% 0.62% -
XYZ 18.73 27.47 31.1 -
YUV 124.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 48 159 145 0.70 0 0.09 0.38 172.43 0.54 0.41
Hex 30 9F 91 46 0 9 26 AC 36 29
Octal 60 237 221 106 0 11 46 254 66 51
Binary 110000 10011111 10010001 1000110 0 1001 100110 10101100 110110 101001

Color Harmonies of #309F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309F91

Black with #309F91

Text Example


Text Example

White with #309F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309F91; }

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

 H1.HeaderClassName
 {
   color: #309F91;
 }
 .AnyTagClassName
 {
   color: #309F91;
 }
</style>

background-color css

<style>
 a { background-color: #309F91; }

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

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

border-color css

<style>
 span { border-color: #309F91; }

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

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