#30B79C

Color #30B79C Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #30B79C

Tints of Niagara #30B79C

Color information

#30B79C (or 0x30B79C) is unknown color: approx Niagara. HEX triplet: 30, B7 and 9C. RGB value is (48,183,156). Sum of RGB (Red+Green+Blue) = 48+183+156=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #30B79C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B79C is #CF4863. Grayscale: #8B8B8B. Windows color (decimal): -13584484 or 10270512. OLE color: 10270512.

HSL color Cylindrical-coordinate representation of color #30B79C: hue angle of 168º degrees, saturation: 0.58, 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 #30B79C is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB48183156-
CMYK0.7400.150.28
HSL168º58.44%45.29%-
HSV(B)168º73.77%71.76%-
XYZ24.1536.937.3-
YUV139.56137.2762.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.40%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=12.40%
G=47.29%
B=40.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831560.7400.150.2816858.4445.29
Hex30B79C4A0F1Ca83a2d
Octal60267234112017342507255
Binary11000010110111100111001001010011111110010101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,156); }

 H1.HeaderClassName
 {
   color: #30B79C;
 }
 .AnyTagClassName
 {
   color: #30B79C;
 }
</style>
background-color css

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

 a { background-color: rgb(48,183,156); }

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

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

 span { border-color: rgb(48,183,156); }

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