Html Css Color HEX #27474C Teal Blue

📋 copy color: '#27474C'

red 39 ◦ green 71 ◦ blue 76

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

Shades of Teal Blue #27474C

Tints of Teal Blue #27474C

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27474C (or 0x27474C) is known color: 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

RGB 39 71 76 -
CMYK 0.49 0.07 0 0.70
HSL 188.11º 0.32% 0.23% -
HSV(B) 188.11º 0.49% 0.3% -
XYZ 4.39 5.46 7.66 -
YUV 62 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 39 71 76 0.49 0.07 0 0.70 188.11 0.32 0.23
Hex 27 47 4C 31 7 0 46 BC 20 17
Octal 47 107 114 61 7 0 106 274 40 27
Binary 100111 1000111 1001100 110001 111 0 1000110 10111100 100000 10111

Color Harmonies of #27474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27474C

Black with #27474C

Text Example


Text Example

White with #27474C

Text Example


Text Example

HTML Codes & Css Web 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>