Html Css Color HEX #30A194 Niagara

📋 copy color: '#30A194'

red 48 ◦ green 161 ◦ blue 148

#30A194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #30A194

Tints of Niagara #30A194

RGB

 RED value IS 48 (19.14% from 255) = 13.45%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 13.45%
G = 45.1%
B = 41.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#30A194 (or 0x30A194) is known color: Niagara. HEX triplet: 30, A1 and 94. RGB value is (48,161,148). Sum of RGB (Red+Green+Blue) = 48+161+148=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #30A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A194 is #CF5E6B. Grayscale: #7D7D7D. Windows color (decimal): -13590124 or 9740592. OLE color: 9740592.

HSL color Cylindrical-coordinate representation of color #30A194: hue angle of 173.1º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A194 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 148 -
CMYK 0.70 0 0.08 0.37
HSL 173.1º 0.54% 0.41% -
HSV(B) 173.1º 0.7% 0.63% -
XYZ 19.31 28.26 32.45 -
YUV 125.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 48 161 148 0.70 0 0.08 0.37 173.1 0.54 0.41
Hex 30 A1 94 46 0 8 25 AD 36 29
Octal 60 241 224 106 0 10 45 255 66 51
Binary 110000 10100001 10010100 1000110 0 1000 100101 10101101 110110 101001

Color Harmonies of #30A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A194

Black with #30A194

Text Example


Text Example

White with #30A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,161,148); }

 H1.HeaderClassName
 {
   color: #30A194;
 }
 .AnyTagClassName
 {
   color: #30A194;
 }
</style>

background-color css

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

 a { background-color: rgb(48,161,148); }

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

border-color css

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

 span { border-color: rgb(48,161,148); }

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