Html Css Color HEX #30A595 Niagara

📋 copy color: '#30A595'

red 48 ◦ green 165 ◦ blue 149

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

Shades of Niagara #30A595

Tints of Niagara #30A595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 13.26%
G = 45.58%
B = 41.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#30A595 (or 0x30A595) is known color: Niagara. HEX triplet: 30, A5 and 95. RGB value is (48,165,149). Sum of RGB (Red+Green+Blue) = 48+165+149=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #30A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A595 is #CF5A6A. Grayscale: #808080. Windows color (decimal): -13589099 or 9807152. OLE color: 9807152.

HSL color Cylindrical-coordinate representation of color #30A595: hue angle of 171.79º 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 #30A595 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 149 -
CMYK 0.71 0 0.10 0.35
HSL 171.79º 0.55% 0.42% -
HSV(B) 171.79º 0.71% 0.65% -
XYZ 20.1 29.71 33.11 -
YUV 128.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 48 165 149 0.71 0 0.10 0.35 171.79 0.55 0.42
Hex 30 A5 95 47 0 A 23 AC 37 2A
Octal 60 245 225 107 0 12 43 254 67 52
Binary 110000 10100101 10010101 1000111 0 1010 100011 10101100 110111 101010

Color Harmonies of #30A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A595

Black with #30A595

Text Example


Text Example

White with #30A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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