Html Css Color HEX #30A596 Niagara

📋 copy color: '#30A596'

red 48 ◦ green 165 ◦ blue 150

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

Shades of Niagara #30A596

Tints of Niagara #30A596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.45%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 13.22%
G = 45.45%
B = 41.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#30A596 (or 0x30A596) is known color: Niagara. HEX triplet: 30, A5 and 96. RGB value is (48,165,150). Sum of RGB (Red+Green+Blue) = 48+165+150=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #30A596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A596 is #CF5A69. Grayscale: #808080. Windows color (decimal): -13589098 or 9872688. OLE color: 9872688.

HSL color Cylindrical-coordinate representation of color #30A596: hue angle of 172.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A596 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 150 -
CMYK 0.71 0 0.09 0.35
HSL 172.31º 0.55% 0.42% -
HSV(B) 172.31º 0.71% 0.65% -
XYZ 20.18 29.74 33.53 -
YUV 128.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 48 165 150 0.71 0 0.09 0.35 172.31 0.55 0.42
Hex 30 A5 96 47 0 9 23 AC 37 2A
Octal 60 245 226 107 0 11 43 254 67 52
Binary 110000 10100101 10010110 1000111 0 1001 100011 10101100 110111 101010

Color Harmonies of #30A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A596

Black with #30A596

Text Example


Text Example

White with #30A596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,150); }

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

background-color css

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

 a { background-color: rgb(48,165,150); }

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

border-color css

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

 span { border-color: rgb(48,165,150); }

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