#30AD98

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

Shades of Niagara #30AD98

Tints of Niagara #30AD98

Color information

#30AD98 (or 0x30AD98) is unknown color: approx Niagara. HEX triplet: 30, AD and 98. RGB value is (48,173,152). Sum of RGB (Red+Green+Blue) = 48+173+152=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD98 is #CF5267. Grayscale: #858585. Windows color (decimal): -13587048 or 10005808. OLE color: 10005808.

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

Color convert

RGB48173152-
CMYK0.7200.120.32
HSL169.92º56.56%43.33%-
HSV(B)169.92º72.25%67.84%-
XYZ21.8332.7834.88-
YUV133.23138.5967.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=12.87%
G=46.38%
B=40.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481731520.7200.120.32169.9256.5643.33
Hex30AD98480C20aa392b
Octal60255230110014402527153
Binary110000101011011001100010010000110010000010101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,173,152); }

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

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

 a { background-color: rgb(48,173,152); }

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

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

 span { border-color: rgb(48,173,152); }

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