#27aab6

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

Shades of Pelorous #27AAB6

Tints of Pelorous #27AAB6

Color information

#27AAB6 (or 0x27AAB6) is unknown color: approx Pelorous. HEX triplet: 27, AA and B6. RGB value is (39,170,182). Sum of RGB (Red+Green+Blue) = 39+170+182=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #27AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AAB6 is #D85549. Grayscale: #848484. Windows color (decimal): -14177610 or 11971111. OLE color: 11971111.

HSL color Cylindrical-coordinate representation of color #27AAB6: hue angle of 185.03º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27AAB6 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39170182-
CMYK0.790.0700.29
HSL185.03º64.71%43.33%-
HSV(B)185.03º78.57%71.37%-
XYZ23.6532.5649.29-
YUV132.2156.161.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.97%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 182 (71.48% from 255) = 46.55%
R=9.97%
G=43.48%
B=46.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391701820.790.0700.29185.0364.7143.33
Hex27AAB64F701Db9412b
Octal47252266117703527110153
Binary10011110101010101101101001111111011101101110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27aab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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