#27565E

Color #27565E Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #27565E

Tints of Teal Blue #27565E

Color information

#27565E (or 0x27565E) is unknown color: approx Teal Blue. HEX triplet: 27, 56 and 5E. RGB value is (39,86,94). Sum of RGB (Red+Green+Blue) = 39+86+94=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #27565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27565E is #D8A9A1. Grayscale: #484848. Windows color (decimal): -14199202 or 6182439. OLE color: 6182439.

HSL color Cylindrical-coordinate representation of color #27565E: hue angle of 188.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27565E is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB398694-
CMYK0.590.0900.63
HSL188.73º41.35%26.08%-
HSV(B)188.73º58.51%36.86%-
XYZ6.187.911.79-
YUV72.86139.93103.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=17.81%
G=39.27%
B=42.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3986940.590.0900.63188.7341.3526.08
Hex27565E3B903Fbd291a
Octal4712613673110772755132
Binary10011110101101011110111011100101111111011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27565E; }

 p { color: rgb(39,86,94); }

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

<style>
 a { background-color: #27565E; }

 a { background-color: rgb(39,86,94); }

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

<style>
 span { border-color: #27565E; }

 span { border-color: rgb(39,86,94); }

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