#1BAD93

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

Shades of Niagara #1BAD93

Tints of Niagara #1BAD93

Color information

#1BAD93 (or 0x1BAD93) is unknown color: approx Niagara. HEX triplet: 1B, AD and 93. RGB value is (27,173,147). Sum of RGB (Red+Green+Blue) = 27+173+147=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD93 is #E4526C. Grayscale: #7E7E7E. Windows color (decimal): -14963309 or 9678107. OLE color: 9678107.

HSL color Cylindrical-coordinate representation of color #1BAD93: hue angle of 169.32º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD93 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB27173147-
CMYK0.8400.150.32
HSL169.32º73%39.22%-
HSV(B)169.32º84.39%67.84%-
XYZ20.6632.2332.74-
YUV126.38139.6357.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.78%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=7.78%
G=49.86%
B=42.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271731470.8400.150.32169.327339.22
Hex1BAD93540F20a94927
Octal332552231240174025111147
Binary110111010110110010011101010001111100000101010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAD93; }

 p { color: rgb(27,173,147); }

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

<style>
 a { background-color: #1BAD93; }

 a { background-color: rgb(27,173,147); }

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

<style>
 span { border-color: #1BAD93; }

 span { border-color: rgb(27,173,147); }

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