#30AE9B

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

Shades of Niagara #30AE9B

Tints of Niagara #30AE9B

Color information

#30AE9B (or 0x30AE9B) is unknown color: approx Niagara. HEX triplet: 30, AE and 9B. RGB value is (48,174,155). Sum of RGB (Red+Green+Blue) = 48+174+155=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AE9B is #CF5164. Grayscale: #868686. Windows color (decimal): -13586789 or 10202672. OLE color: 10202672.

HSL color Cylindrical-coordinate representation of color #30AE9B: hue angle of 170.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE9B is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB48174155-
CMYK0.7200.110.32
HSL170.95º56.76%43.53%-
HSV(B)170.95º72.41%68.24%-
XYZ22.2733.2736.26-
YUV134.16139.7666.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.73%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=12.73%
G=46.15%
B=41.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481741550.7200.110.32170.9556.7643.53
Hex30AE9B480B20ab392c
Octal60256233110013402537154
Binary110000101011101001101110010000101110000010101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,174,155); }

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

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

 a { background-color: rgb(48,174,155); }

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

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

 span { border-color: rgb(48,174,155); }

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