#30A99A

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

Shades of Niagara #30A99A

Tints of Niagara #30A99A

Color information

#30A99A (or 0x30A99A) is unknown color: approx Niagara. HEX triplet: 30, A9 and 9A. RGB value is (48,169,154). Sum of RGB (Red+Green+Blue) = 48+169+154=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #30A99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A99A is #CF5665. Grayscale: #838383. Windows color (decimal): -13588070 or 10135856. OLE color: 10135856.

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

Color convert

RGB48169154-
CMYK0.7200.090.34
HSL172.56º55.76%42.55%-
HSV(B)172.56º71.6%66.27%-
XYZ21.2431.3435.5-
YUV131.11140.9168.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.94%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=12.94%
G=45.55%
B=41.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481691540.7200.090.34172.5655.7642.55
Hex30A99A480922ad382b
Octal60251232110011422557053
Binary110000101010011001101010010000100110001010101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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