#309e91

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

Shades of Niagara #309E91

Tints of Niagara #309E91

Color information

#309E91 (or 0x309E91) is unknown color: approx Niagara. HEX triplet: 30, 9E and 91. RGB value is (48,158,145). Sum of RGB (Red+Green+Blue) = 48+158+145=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #309E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E91 is #CF616E. Grayscale: #7B7B7B. Windows color (decimal): -13590895 or 9543216. OLE color: 9543216.

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

Color convert

RGB48158145-
CMYK0.7000.080.38
HSL172.91º53.4%40.39%-
HSV(B)172.91º69.62%61.96%-
XYZ18.5627.1331.05-
YUV123.63140.0674.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=13.68%
G=45.01%
B=41.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581450.7000.080.38172.9153.440.39
Hex309E91460826ad3528
Octal60236221106010462556550
Binary110000100111101001000110001100100010011010101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309e91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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