#27474C

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

Shades of Teal Blue #27474C

Tints of Teal Blue #27474C

Color information

#27474C (or 0x27474C) is unknown color: approx Teal Blue. HEX triplet: 27, 47 and 4C. RGB value is (39,71,76). Sum of RGB (Red+Green+Blue) = 39+71+76=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #27474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27474C is #D8B8B3. Grayscale: #3D3D3D. Windows color (decimal): -14203060 or 4998951. OLE color: 4998951.

HSL color Cylindrical-coordinate representation of color #27474C: hue angle of 188.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27474C is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB397176-
CMYK0.490.0700.70
HSL188.11º32.17%22.55%-
HSV(B)188.11º48.68%29.8%-
XYZ4.395.467.66-
YUV62135.9111.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=20.97%
G=38.17%
B=40.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3971760.490.0700.70188.1132.1722.55
Hex27474C317046bc2017
Octal4710711461701062744027
Binary10011110001111001100110001111010001101011110010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27474C; }

 p { color: rgb(39,71,76); }

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

<style>
 a { background-color: #27474C; }

 a { background-color: rgb(39,71,76); }

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

<style>
 span { border-color: #27474C; }

 span { border-color: rgb(39,71,76); }

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