#27AD96

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

Shades of Niagara #27AD96

Tints of Niagara #27AD96

Color information

#27AD96 (or 0x27AD96) is unknown color: approx Niagara. HEX triplet: 27, AD and 96. RGB value is (39,173,150). Sum of RGB (Red+Green+Blue) = 39+173+150=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #27AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AD96 is #D85269. Grayscale: #828282. Windows color (decimal): -14176874 or 9874727. OLE color: 9874727.

HSL color Cylindrical-coordinate representation of color #27AD96: hue angle of 169.7º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AD96 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB39173150-
CMYK0.7700.130.32
HSL169.7º63.21%41.57%-
HSV(B)169.7º77.46%67.84%-
XYZ21.2932.5234.01-
YUV130.31139.1162.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.77%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=10.77%
G=47.79%
B=41.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391731500.7700.130.32169.763.2141.57
Hex27AD964D0D20aa3f2a
Octal47255226115015402527752
Binary100111101011011001011010011010110110000010101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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