#26535C

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

Shades of Teal Blue #26535C

Tints of Teal Blue #26535C

Color information

#26535C (or 0x26535C) is unknown color: approx Teal Blue. HEX triplet: 26, 53 and 5C. RGB value is (38,83,92). Sum of RGB (Red+Green+Blue) = 38+83+92=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #26535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26535C is #D9ACA3. Grayscale: #464646. Windows color (decimal): -14265508 or 6050598. OLE color: 6050598.

HSL color Cylindrical-coordinate representation of color #26535C: hue angle of 190º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26535C is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388392-
CMYK0.590.1000.64
HSL190º41.54%25.49%-
HSV(B)190º58.7%36.08%-
XYZ5.827.3711.24-
YUV70.57140.09104.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=17.84%
G=38.97%
B=43.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3883920.590.1000.6419041.5425.49
Hex26535C3BA040be2a19
Octal46123134731201002765231
Binary100110101001110111001110111010010000001011111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26535C; }

 p { color: rgb(38,83,92); }

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

<style>
 a { background-color: #26535C; }

 a { background-color: rgb(38,83,92); }

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

<style>
 span { border-color: #26535C; }

 span { border-color: rgb(38,83,92); }

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