#27aa8a

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

Shades of Niagara #27AA8A

Tints of Niagara #27AA8A

Color information

#27AA8A (or 0x27AA8A) is unknown color: approx Niagara. HEX triplet: 27, AA and 8A. RGB value is (39,170,138). Sum of RGB (Red+Green+Blue) = 39+170+138=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AA8A is #D85575. Grayscale: #7F7F7F. Windows color (decimal): -14177654 or 9087527. OLE color: 9087527.

HSL color Cylindrical-coordinate representation of color #27AA8A: hue angle of 165.34º 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 #27AA8A is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB39170138-
CMYK0.7700.190.33
HSL165.34º62.68%40.98%-
HSV(B)165.34º77.06%66.67%-
XYZ19.831.0228.99-
YUV127.18134.165.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.24%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=11.24%
G=48.99%
B=39.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391701380.7700.190.33165.3462.6840.98
Hex27AA8A4D01321a53f29
Octal47252212115023412457751
Binary1001111010101010001010100110101001110000110100101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27aa8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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