Html Css Color HEX #30B499 Niagara

📋 copy color: '#30B499'

red 48 ◦ green 180 ◦ blue 153

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

Shades of Niagara #30B499

Tints of Niagara #30B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 12.6%
G = 47.24%
B = 40.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#30B499 (or 0x30B499) is known color: Niagara. HEX triplet: 30, B4 and 99. RGB value is (48,180,153). Sum of RGB (Red+Green+Blue) = 48+180+153=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #30B499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B499 is #CF4B66. Grayscale: #898989. Windows color (decimal): -13585255 or 10073136. OLE color: 10073136.

HSL color Cylindrical-coordinate representation of color #30B499: hue angle of 167.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B499 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 180 153 -
CMYK 0.73 0 0.15 0.29
HSL 167.73º 0.58% 0.45% -
HSV(B) 167.73º 0.73% 0.71% -
XYZ 23.29 35.57 35.78 -
YUV 137.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 48 180 153 0.73 0 0.15 0.29 167.73 0.58 0.45
Hex 30 B4 99 49 0 F 1D A8 3A 2D
Octal 60 264 231 111 0 17 35 250 72 55
Binary 110000 10110100 10011001 1001001 0 1111 11101 10101000 111010 101101

Color Harmonies of #30B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B499

Black with #30B499

Text Example


Text Example

White with #30B499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,180,153); }

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

background-color css

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

 a { background-color: rgb(48,180,153); }

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

border-color css

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

 span { border-color: rgb(48,180,153); }

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