#30A68B

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

Shades of Niagara #30A68B

Tints of Niagara #30A68B

Color information

#30A68B (or 0x30A68B) is unknown color: approx Niagara. HEX triplet: 30, A6 and 8B. RGB value is (48,166,139). Sum of RGB (Red+Green+Blue) = 48+166+139=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #30A68B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A68B is #CF5974. Grayscale: #7F7F7F. Windows color (decimal): -13588853 or 9152048. OLE color: 9152048.

HSL color Cylindrical-coordinate representation of color #30A68B: hue angle of 166.27º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A68B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB48166139-
CMYK0.7100.160.35
HSL166.27º55.14%41.96%-
HSV(B)166.27º71.08%65.1%-
XYZ19.5229.7629.14-
YUV127.64134.4171.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=13.60%
G=47.03%
B=39.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481661390.7100.160.35166.2755.1441.96
Hex30A68B4701023a6372a
Octal60246213107020432466752
Binary1100001010011010001011100011101000010001110100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,166,139); }

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

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

 a { background-color: rgb(48,166,139); }

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

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

 span { border-color: rgb(48,166,139); }

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