#26474D

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

Shades of Teal Blue #26474D

Tints of Teal Blue #26474D

Color information

#26474D (or 0x26474D) is unknown color: approx Teal Blue. HEX triplet: 26, 47 and 4D. RGB value is (38,71,77). Sum of RGB (Red+Green+Blue) = 38+71+77=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #26474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26474D is #D9B8B2. Grayscale: #3D3D3D. Windows color (decimal): -14268595 or 5064486. OLE color: 5064486.

HSL color Cylindrical-coordinate representation of color #26474D: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26474D is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB387177-
CMYK0.510.0800.70
HSL189.23º33.91%22.55%-
HSV(B)189.23º50.65%30.2%-
XYZ4.395.457.84-
YUV61.82136.57111.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=20.43%
G=38.17%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3871770.510.0800.70189.2333.9122.55
Hex26474D338046bd2217
Octal46107115631001062754227
Binary100110100011110011011100111000010001101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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