#30B695

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

Shades of Niagara #30B695

Tints of Niagara #30B695

Color information

#30B695 (or 0x30B695) is unknown color: approx Niagara. HEX triplet: 30, B6 and 95. RGB value is (48,182,149). Sum of RGB (Red+Green+Blue) = 48+182+149=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #30B695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B695 is #CF496A. Grayscale: #8A8A8A. Windows color (decimal): -13584747 or 9811504. OLE color: 9811504.

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

Color convert

RGB48182149-
CMYK0.7400.180.29
HSL165.22º58.26%45.1%-
HSV(B)165.22º73.63%71.37%-
XYZ23.3736.2534.2-
YUV138.17134.1163.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=12.66%
G=48.02%
B=39.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481821490.7400.180.29165.2258.2645.1
Hex30B6954A0121Da53a2d
Octal60266225112022352457255
Binary110000101101101001010110010100100101110110100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,182,149); }

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

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

 a { background-color: rgb(48,182,149); }

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

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

 span { border-color: rgb(48,182,149); }

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