#27474D

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

Shades of Teal Blue #27474D

Tints of Teal Blue #27474D

Color information

#27474D (or 0x27474D) is unknown color: approx Teal Blue. HEX triplet: 27, 47 and 4D. RGB value is (39,71,77). Sum of RGB (Red+Green+Blue) = 39+71+77=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #27474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27474D is #D8B8B2. Grayscale: #3E3E3E. Windows color (decimal): -14203059 or 5064487. OLE color: 5064487.

HSL color Cylindrical-coordinate representation of color #27474D: hue angle of 189.47º degrees, saturation: 0.33, 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 #27474D is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB397177-
CMYK0.490.0800.70
HSL189.47º32.76%22.75%-
HSV(B)189.47º49.35%30.2%-
XYZ4.435.477.84-
YUV62.12136.4111.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=20.86%
G=37.97%
B=41.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3971770.490.0800.70189.4732.7622.75
Hex27474D318046bd2117
Octal47107115611001062754127
Binary100111100011110011011100011000010001101011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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