#27aa96

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

Shades of Niagara #27AA96

Tints of Niagara #27AA96

Color information

#27AA96 (or 0x27AA96) is unknown color: approx Niagara. HEX triplet: 27, AA and 96. RGB value is (39,170,150). Sum of RGB (Red+Green+Blue) = 39+170+150=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AA96 is #D85569. Grayscale: #808080. Windows color (decimal): -14177642 or 9873959. OLE color: 9873959.

HSL color Cylindrical-coordinate representation of color #27AA96: hue angle of 170.84º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA96 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB39170150-
CMYK0.7700.120.33
HSL170.84º62.68%40.98%-
HSV(B)170.84º77.06%66.67%-
XYZ20.7231.3833.82-
YUV128.55140.164.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=10.86%
G=47.35%
B=41.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391701500.7700.120.33170.8462.6840.98
Hex27AA964D0C21ab3f29
Octal47252226115014412537751
Binary100111101010101001011010011010110010000110101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27aa96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27aa96; }

 p { color: rgb(39,170,150); }

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

<style>
 a { background-color: #27aa96; }

 a { background-color: rgb(39,170,150); }

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

<style>
 span { border-color: #27aa96; }

 span { border-color: rgb(39,170,150); }

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