Html Css Color HEX #30B096 Niagara

📋 copy color: '#30B096'

red 48 ◦ green 176 ◦ blue 150

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

Shades of Niagara #30B096

Tints of Niagara #30B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 12.83%
G = 47.06%
B = 40.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#30B096 (or 0x30B096) is known color: Niagara. HEX triplet: 30, B0 and 96. RGB value is (48,176,150). Sum of RGB (Red+Green+Blue) = 48+176+150=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #30B096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B096 is #CF4F69. Grayscale: #868686. Windows color (decimal): -13586282 or 9875504. OLE color: 9875504.

HSL color Cylindrical-coordinate representation of color #30B096: hue angle of 167.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B096 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 150 -
CMYK 0.73 0 0.15 0.31
HSL 167.81º 0.57% 0.44% -
HSV(B) 167.81º 0.73% 0.69% -
XYZ 22.25 33.88 34.22 -
YUV 134.76 136.59 66.11 -
System Red Green Blue C M Y K H S L
Decimal 48 176 150 0.73 0 0.15 0.31 167.81 0.57 0.44
Hex 30 B0 96 49 0 F 1F A8 39 2C
Octal 60 260 226 111 0 17 37 250 71 54
Binary 110000 10110000 10010110 1001001 0 1111 11111 10101000 111001 101100

Color Harmonies of #30B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B096

Black with #30B096

Text Example


Text Example

White with #30B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,176,150); }

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

background-color css

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

 a { background-color: rgb(48,176,150); }

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

border-color css

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

 span { border-color: rgb(48,176,150); }

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