Html Css Color HEX #30A193 Niagara

📋 copy color: '#30A193'

red 48 ◦ green 161 ◦ blue 147

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

Shades of Niagara #30A193

Tints of Niagara #30A193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 13.48%
G = 45.22%
B = 41.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#30A193 (or 0x30A193) is known color: Niagara. HEX triplet: 30, A1 and 93. RGB value is (48,161,147). Sum of RGB (Red+Green+Blue) = 48+161+147=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #30A193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A193 is #CF5E6C. Grayscale: #7D7D7D. Windows color (decimal): -13590125 or 9675056. OLE color: 9675056.

HSL color Cylindrical-coordinate representation of color #30A193: hue angle of 172.57º 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 #30A193 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 147 -
CMYK 0.70 0 0.09 0.37
HSL 172.57º 0.54% 0.41% -
HSV(B) 172.57º 0.7% 0.63% -
XYZ 19.23 28.22 32.04 -
YUV 125.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 48 161 147 0.70 0 0.09 0.37 172.57 0.54 0.41
Hex 30 A1 93 46 0 9 25 AD 36 29
Octal 60 241 223 106 0 11 45 255 66 51
Binary 110000 10100001 10010011 1000110 0 1001 100101 10101101 110110 101001

Color Harmonies of #30A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A193

Black with #30A193

Text Example


Text Example

White with #30A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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