Html Css Color HEX #30B899 Niagara

📋 copy color: '#30B899'

red 48 ◦ green 184 ◦ blue 153

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

Shades of Niagara #30B899

Tints of Niagara #30B899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

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

R = 12.47%
G = 47.79%
B = 39.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#30B899 (or 0x30B899) is known color: Niagara. HEX triplet: 30, B8 and 99. RGB value is (48,184,153). Sum of RGB (Red+Green+Blue) = 48+184+153=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #30B899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B899 is #CF4766. Grayscale: #8B8B8B. Windows color (decimal): -13584231 or 10074160. OLE color: 10074160.

HSL color Cylindrical-coordinate representation of color #30B899: hue angle of 166.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B899 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 184 153 -
CMYK 0.74 0 0.17 0.28
HSL 166.32º 0.59% 0.45% -
HSV(B) 166.32º 0.74% 0.72% -
XYZ 24.11 37.21 36.05 -
YUV 139.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 48 184 153 0.74 0 0.17 0.28 166.32 0.59 0.45
Hex 30 B8 99 4A 0 11 1C A6 3B 2D
Octal 60 270 231 112 0 21 34 246 73 55
Binary 110000 10111000 10011001 1001010 0 10001 11100 10100110 111011 101101

Color Harmonies of #30B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B899

Black with #30B899

Text Example


Text Example

White with #30B899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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