#27A0AA

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

Shades of Pelorous #27A0AA

Tints of Pelorous #27A0AA

Color information

#27A0AA (or 0x27A0AA) is unknown color: approx Pelorous. HEX triplet: 27, A0 and AA. RGB value is (39,160,170). Sum of RGB (Red+Green+Blue) = 39+160+170=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #27A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A0AA is #D85F55. Grayscale: #7C7C7C. Windows color (decimal): -14180182 or 11182119. OLE color: 11182119.

HSL color Cylindrical-coordinate representation of color #27A0AA: hue angle of 184.58º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A0AA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39160170-
CMYK0.770.0600.33
HSL184.58º62.68%40.98%-
HSV(B)184.58º77.06%66.67%-
XYZ20.6628.4842.44-
YUV124.96153.4166.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.57%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=10.57%
G=43.36%
B=46.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391601700.770.0600.33184.5862.6840.98
Hex27A0AA4D6021b93f29
Octal4724025211560412717751
Binary10011110100000101010101001101110010000110111001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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