Html Css Color HEX #30A592 Niagara

📋 copy color: '#30A592'

red 48 ◦ green 165 ◦ blue 146

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

Shades of Niagara #30A592

Tints of Niagara #30A592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 13.37%
G = 45.96%
B = 40.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#30A592 (or 0x30A592) is known color: Niagara. HEX triplet: 30, A5 and 92. RGB value is (48,165,146). Sum of RGB (Red+Green+Blue) = 48+165+146=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #30A592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A592 is #CF5A6D. Grayscale: #7F7F7F. Windows color (decimal): -13589102 or 9610544. OLE color: 9610544.

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

Color convert

RGB 48 165 146 -
CMYK 0.71 0 0.12 0.35
HSL 170.26º 0.55% 0.42% -
HSV(B) 170.26º 0.71% 0.65% -
XYZ 19.86 29.61 31.86 -
YUV 127.85 138.24 71.04 -
System Red Green Blue C M Y K H S L
Decimal 48 165 146 0.71 0 0.12 0.35 170.26 0.55 0.42
Hex 30 A5 92 47 0 C 23 AA 37 2A
Octal 60 245 222 107 0 14 43 252 67 52
Binary 110000 10100101 10010010 1000111 0 1100 100011 10101010 110111 101010

Color Harmonies of #30A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A592

Black with #30A592

Text Example


Text Example

White with #30A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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