#27A4AB

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

Shades of Pelorous #27A4AB

Tints of Pelorous #27A4AB

Color information

#27A4AB (or 0x27A4AB) is unknown color: approx Pelorous. HEX triplet: 27, A4 and AB. RGB value is (39,164,171). Sum of RGB (Red+Green+Blue) = 39+164+171=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #27A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A4AB is #D85B54. Grayscale: #7F7F7F. Windows color (decimal): -14179157 or 11248679. OLE color: 11248679.

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

Color convert

RGB39164171-
CMYK0.770.0400.33
HSL183.18º62.86%41.18%-
HSV(B)183.18º77.19%67.06%-
XYZ21.4629.9243.17-
YUV127.42152.5964.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.43%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=10.43%
G=43.85%
B=45.72%

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
Decimal391641710.770.0400.33183.1862.8641.18
Hex27A4AB4D4021b73f29
Octal4724425311540412677751
Binary10011110100100101010111001101100010000110110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,164,171); }

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

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

 a { background-color: rgb(39,164,171); }

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

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

 span { border-color: rgb(39,164,171); }

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