#30AB9A

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

Shades of Niagara #30AB9A

Tints of Niagara #30AB9A

Color information

#30AB9A (or 0x30AB9A) is unknown color: approx Niagara. HEX triplet: 30, AB and 9A. RGB value is (48,171,154). Sum of RGB (Red+Green+Blue) = 48+171+154=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB9A is #CF5465. Grayscale: #848484. Windows color (decimal): -13587558 or 10136368. OLE color: 10136368.

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

Color convert

RGB48171154-
CMYK0.7200.100.33
HSL171.71º56.16%42.94%-
HSV(B)171.71º71.93%67.06%-
XYZ21.6132.0935.63-
YUV132.28140.2567.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=12.87%
G=45.84%
B=41.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481711540.7200.100.33171.7156.1642.94
Hex30AB9A480A21ac382b
Octal60253232110012412547053
Binary110000101010111001101010010000101010000110101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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