#26484D

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

Shades of Teal Blue #26484D

Tints of Teal Blue #26484D

Color information

#26484D (or 0x26484D) is unknown color: approx Teal Blue. HEX triplet: 26, 48 and 4D. RGB value is (38,72,77). Sum of RGB (Red+Green+Blue) = 38+72+77=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 72 (28.52% from 255 or 38.50% 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 #26484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26484D is #D9B7B2. Grayscale: #3E3E3E. Windows color (decimal): -14268339 or 5064742. OLE color: 5064742.

HSL color Cylindrical-coordinate representation of color #26484D: hue angle of 187.69º 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 #26484D is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB387277-
CMYK0.510.0600.70
HSL187.69º33.91%22.55%-
HSV(B)187.69º50.65%30.2%-
XYZ4.465.587.86-
YUV62.4136.24110.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=20.32%
G=38.50%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3872770.510.0600.70187.6933.9122.55
Hex26484D336046bc2217
Octal4611011563601062744227
Binary10011010010001001101110011110010001101011110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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