#27A48A

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

Shades of Niagara #27A48A

Tints of Niagara #27A48A

Color information

#27A48A (or 0x27A48A) is unknown color: approx Niagara. HEX triplet: 27, A4 and 8A. RGB value is (39,164,138). Sum of RGB (Red+Green+Blue) = 39+164+138=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #27A48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A48A is #D85B75. Grayscale: #7B7B7B. Windows color (decimal): -14179190 or 9085991. OLE color: 9085991.

HSL color Cylindrical-coordinate representation of color #27A48A: hue angle of 167.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A48A is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB39164138-
CMYK0.7600.160.36
HSL167.52º61.58%39.8%-
HSV(B)167.52º76.22%64.31%-
XYZ18.728.8228.62-
YUV123.66136.0967.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.44%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=11.44%
G=48.09%
B=40.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391641380.7600.160.36167.5261.5839.8
Hex27A48A4C01024a83e28
Octal47244212114020442507650
Binary1001111010010010001010100110001000010010010101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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