#30aa8b

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

Shades of Niagara #30AA8B

Tints of Niagara #30AA8B

Color information

#30AA8B (or 0x30AA8B) is unknown color: approx Niagara. HEX triplet: 30, AA and 8B. RGB value is (48,170,139). Sum of RGB (Red+Green+Blue) = 48+170+139=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AA8B is #CF5574. Grayscale: #818181. Windows color (decimal): -13587829 or 9153072. OLE color: 9153072.

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

Color convert

RGB48170139-
CMYK0.7200.180.33
HSL164.75º55.96%42.75%-
HSV(B)164.75º71.76%66.67%-
XYZ20.2531.2429.39-
YUV129.99133.0869.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=13.45%
G=47.62%
B=38.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481701390.7200.180.33164.7555.9642.75
Hex30AA8B4801221a5382b
Octal60252213110022412457053
Binary1100001010101010001011100100001001010000110100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30aa8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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