Html Css Color HEX #27A085 Niagara

📋 copy color: '#27A085'

red 39 ◦ green 160 ◦ blue 133

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

Shades of Niagara #27A085

Tints of Niagara #27A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 11.75%
G = 48.19%
B = 40.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#27A085 (or 0x27A085) is known color: Niagara. HEX triplet: 27, A0 and 85. RGB value is (39,160,133). Sum of RGB (Red+Green+Blue) = 39+160+133=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #27A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A085 is #D85F7A. Grayscale: #787878. Windows color (decimal): -14180219 or 8757287. OLE color: 8757287.

HSL color Cylindrical-coordinate representation of color #27A085: hue angle of 166.61º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A085 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 160 133 -
CMYK 0.76 0 0.17 0.37
HSL 166.61º 0.61% 0.39% -
HSV(B) 166.61º 0.76% 0.63% -
XYZ 17.64 27.27 26.52 -
YUV 120.74 134.91 69.7 -
System Red Green Blue C M Y K H S L
Decimal 39 160 133 0.76 0 0.17 0.37 166.61 0.61 0.39
Hex 27 A0 85 4C 0 11 25 A7 3D 27
Octal 47 240 205 114 0 21 45 247 75 47
Binary 100111 10100000 10000101 1001100 0 10001 100101 10100111 111101 100111

Color Harmonies of #27A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A085

Black with #27A085

Text Example


Text Example

White with #27A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,160,133); }

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

background-color css

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

 a { background-color: rgb(39,160,133); }

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

border-color css

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

 span { border-color: rgb(39,160,133); }

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