Html Css Color HEX #27494E Teal Blue

📋 copy color: '#27494E'

red 39 ◦ green 73 ◦ blue 78

#27494E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #27494E

Tints of Teal Blue #27494E

RGB

 RED value IS 39 (15.63% from 255) = 20.53%

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 20.53%
G = 38.42%
B = 41.05%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27494E (or 0x27494E) is known color: Teal Blue. HEX triplet: 27, 49 and 4E. RGB value is (39,73,78). Sum of RGB (Red+Green+Blue) = 39+73+78=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #27494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27494E is #D8B6B1. Grayscale: #3F3F3F. Windows color (decimal): -14202546 or 5130535. OLE color: 5130535.

HSL color Cylindrical-coordinate representation of color #27494E: hue angle of 187.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27494E is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 73 78 -
CMYK 0.50 0.06 0 0.69
HSL 187.69º 0.33% 0.23% -
HSV(B) 187.69º 0.5% 0.31% -
XYZ 4.59 5.75 8.07 -
YUV 63.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 39 73 78 0.50 0.06 0 0.69 187.69 0.33 0.23
Hex 27 49 4E 32 6 0 45 BC 21 17
Octal 47 111 116 62 6 0 105 274 41 27
Binary 100111 1001001 1001110 110010 110 0 1000101 10111100 100001 10111

Color Harmonies of #27494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27494E

Black with #27494E

Text Example


Text Example

White with #27494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,73,78); }

 H1.HeaderClassName
 {
   color: #27494E;
 }
 .AnyTagClassName
 {
   color: #27494E;
 }
</style>

background-color css

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

 a { background-color: rgb(39,73,78); }

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

border-color css

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

 span { border-color: rgb(39,73,78); }

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