Html Css Color HEX #30A588 Niagara

📋 copy color: '#30A588'

red 48 ◦ green 165 ◦ blue 136

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

Shades of Niagara #30A588

Tints of Niagara #30A588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 13.75%
G = 47.28%
B = 38.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#30A588 (or 0x30A588) is known color: Niagara. HEX triplet: 30, A5 and 88. RGB value is (48,165,136). Sum of RGB (Red+Green+Blue) = 48+165+136=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #30A588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A588 is #CF5A77. Grayscale: #7E7E7E. Windows color (decimal): -13589112 or 8955184. OLE color: 8955184.

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

Color convert

RGB 48 165 136 -
CMYK 0.71 0 0.18 0.35
HSL 165.13º 0.55% 0.42% -
HSV(B) 165.13º 0.71% 0.65% -
XYZ 19.12 29.32 27.94 -
YUV 126.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 48 165 136 0.71 0 0.18 0.35 165.13 0.55 0.42
Hex 30 A5 88 47 0 12 23 A5 37 2A
Octal 60 245 210 107 0 22 43 245 67 52
Binary 110000 10100101 10001000 1000111 0 10010 100011 10100101 110111 101010

Color Harmonies of #30A588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A588

Black with #30A588

Text Example


Text Example

White with #30A588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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