Html Css Color HEX #30A294 Niagara

📋 copy color: '#30A294'

red 48 ◦ green 162 ◦ blue 148

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

Shades of Niagara #30A294

Tints of Niagara #30A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.25%

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

R = 13.41%
G = 45.25%
B = 41.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#30A294 (or 0x30A294) is known color: Niagara. HEX triplet: 30, A2 and 94. RGB value is (48,162,148). Sum of RGB (Red+Green+Blue) = 48+162+148=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #30A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A294 is #CF5D6B. Grayscale: #7E7E7E. Windows color (decimal): -13589868 or 9740848. OLE color: 9740848.

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

Color convert

RGB 48 162 148 -
CMYK 0.70 0 0.09 0.36
HSL 172.63º 0.54% 0.41% -
HSV(B) 172.63º 0.7% 0.64% -
XYZ 19.48 28.61 32.51 -
YUV 126.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 48 162 148 0.70 0 0.09 0.36 172.63 0.54 0.41
Hex 30 A2 94 46 0 9 24 AD 36 29
Octal 60 242 224 106 0 11 44 255 66 51
Binary 110000 10100010 10010100 1000110 0 1001 100100 10101101 110110 101001

Color Harmonies of #30A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A294

Black with #30A294

Text Example


Text Example

White with #30A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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