#27A0A9

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

Shades of Pelorous #27A0A9

Tints of Pelorous #27A0A9

Color information

#27A0A9 (or 0x27A0A9) is unknown color: approx Pelorous. HEX triplet: 27, A0 and A9. RGB value is (39,160,169). Sum of RGB (Red+Green+Blue) = 39+160+169=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #27A0A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A0A9 is #D85F56. Grayscale: #7C7C7C. Windows color (decimal): -14180183 or 11116583. OLE color: 11116583.

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

Color convert

RGB39160169-
CMYK0.770.0500.34
HSL184.15º62.5%40.78%-
HSV(B)184.15º76.92%66.27%-
XYZ20.5728.4441.94-
YUV124.85152.9166.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.60%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=10.60%
G=43.48%
B=45.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal391601690.770.0500.34184.1562.540.78
Hex27A0A94D5022b83e29
Octal4724025111550422707651
Binary10011110100000101010011001101101010001010111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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