#27A5AC

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

Shades of Pelorous #27A5AC

Tints of Pelorous #27A5AC

Color information

#27A5AC (or 0x27A5AC) is unknown color: approx Pelorous. HEX triplet: 27, A5 and AC. RGB value is (39,165,172). Sum of RGB (Red+Green+Blue) = 39+165+172=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #27A5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A5AC is #D85A53. Grayscale: #7F7F7F. Windows color (decimal): -14178900 or 11314471. OLE color: 11314471.

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

Color convert

RGB39165172-
CMYK0.770.0400.33
HSL183.16º63.03%41.37%-
HSV(B)183.16º77.33%67.45%-
XYZ21.7430.3243.74-
YUV128.12152.7664.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.37%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=10.37%
G=43.88%
B=45.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391651720.770.0400.33183.1663.0341.37
Hex27A5AC4D4021b73f29
Octal4724525411540412677751
Binary10011110100101101011001001101100010000110110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,165,172); }

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

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

 a { background-color: rgb(39,165,172); }

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

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

 span { border-color: rgb(39,165,172); }

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