Html Css Color HEX #27A995 Niagara

📋 copy color: '#27A995'

red 39 ◦ green 169 ◦ blue 149

#27A995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #27A995

Tints of Niagara #27A995

RGB

 RED value IS 39 (15.63% from 255) = 10.92%

 GREEN value IS 169 (66.41% from 255) = 47.34%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 10.92%
G = 47.34%
B = 41.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#27A995 (or 0x27A995) is known color: Niagara. HEX triplet: 27, A9 and 95. RGB value is (39,169,149). Sum of RGB (Red+Green+Blue) = 39+169+149=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #27A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A995 is #D8566A. Grayscale: #7F7F7F. Windows color (decimal): -14177899 or 9808167. OLE color: 9808167.

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

Color convert

RGB 39 169 149 -
CMYK 0.77 0 0.12 0.34
HSL 170.77º 0.63% 0.41% -
HSV(B) 170.77º 0.77% 0.66% -
XYZ 20.45 30.98 33.34 -
YUV 127.85 139.93 64.63 -
System Red Green Blue C M Y K H S L
Decimal 39 169 149 0.77 0 0.12 0.34 170.77 0.63 0.41
Hex 27 A9 95 4D 0 C 22 AB 3E 29
Octal 47 251 225 115 0 14 42 253 76 51
Binary 100111 10101001 10010101 1001101 0 1100 100010 10101011 111110 101001

Color Harmonies of #27A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A995

Black with #27A995

Text Example


Text Example

White with #27A995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,169,149); }

 H1.HeaderClassName
 {
   color: #27A995;
 }
 .AnyTagClassName
 {
   color: #27A995;
 }
</style>

background-color css

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

 a { background-color: rgb(39,169,149); }

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

border-color css

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

 span { border-color: rgb(39,169,149); }

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