#1B5257

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

Shades of Teal Blue #1B5257

Tints of Teal Blue #1B5257

Color information

#1B5257 (or 0x1B5257) is unknown color: approx Teal Blue. HEX triplet: 1B, 52 and 57. RGB value is (27,82,87). Sum of RGB (Red+Green+Blue) = 27+82+87=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B5257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5257 is #E4ADA8. Grayscale: #424242. Windows color (decimal): -14986665 or 5722651. OLE color: 5722651.

HSL color Cylindrical-coordinate representation of color #1B5257: hue angle of 185º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5257 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB278287-
CMYK0.690.0600.66
HSL185º52.63%22.35%-
HSV(B)185º68.97%34.12%-
XYZ5.196.9610.09-
YUV66.12139.78100.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.78%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=13.78%
G=41.84%
B=44.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2782870.690.0600.6618552.6322.35
Hex1B5257456042b93516
Octal33122127105601022716526
Binary11011101001010101111000101110010000101011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5257; }

 p { color: rgb(27,82,87); }

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

<style>
 a { background-color: #1B5257; }

 a { background-color: rgb(27,82,87); }

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

<style>
 span { border-color: #1B5257; }

 span { border-color: rgb(27,82,87); }

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