Html Css Color HEX #30A090 Niagara

📋 copy color: '#30A090'

red 48 ◦ green 160 ◦ blue 144

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

Shades of Niagara #30A090

Tints of Niagara #30A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.45%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 13.64%
G = 45.45%
B = 40.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#30A090 (or 0x30A090) is known color: Niagara. HEX triplet: 30, A0 and 90. RGB value is (48,160,144). Sum of RGB (Red+Green+Blue) = 48+160+144=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #30A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A090 is #CF5F6F. Grayscale: #7C7C7C. Windows color (decimal): -13590384 or 9478192. OLE color: 9478192.

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

Color convert

RGB 48 160 144 -
CMYK 0.70 0 0.1 0.37
HSL 171.43º 0.54% 0.41% -
HSV(B) 171.43º 0.7% 0.63% -
XYZ 18.82 27.78 30.76 -
YUV 124.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 48 160 144 0.70 0 0.1 0.37 171.43 0.54 0.41
Hex 30 A0 90 46 0 A 25 AB 36 29
Octal 60 240 220 106 0 12 45 253 66 51
Binary 110000 10100000 10010000 1000110 0 1010 100101 10101011 110110 101001

Color Harmonies of #30A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A090

Black with #30A090

Text Example


Text Example

White with #30A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,160,144); }

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

background-color css

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

 a { background-color: rgb(48,160,144); }

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

border-color css

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

 span { border-color: rgb(48,160,144); }

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