#30AA9A

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

Shades of Niagara #30AA9A

Tints of Niagara #30AA9A

Color information

#30AA9A (or 0x30AA9A) is unknown color: approx Niagara. HEX triplet: 30, AA and 9A. RGB value is (48,170,154). Sum of RGB (Red+Green+Blue) = 48+170+154=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AA9A is #CF5565. Grayscale: #838383. Windows color (decimal): -13587814 or 10136112. OLE color: 10136112.

HSL color Cylindrical-coordinate representation of color #30AA9A: hue angle of 172.13º 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 #30AA9A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB48170154-
CMYK0.7200.090.33
HSL172.13º55.96%42.75%-
HSV(B)172.13º71.76%66.67%-
XYZ21.4331.7135.56-
YUV131.7140.5868.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=12.90%
G=45.70%
B=41.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481701540.7200.090.33172.1355.9642.75
Hex30AA9A480921ac382b
Octal60252232110011412547053
Binary110000101010101001101010010000100110000110101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,170,154); }

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

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

 a { background-color: rgb(48,170,154); }

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

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

 span { border-color: rgb(48,170,154); }

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