#1A4750

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

Shades of Teal Blue #1A4750

Tints of Teal Blue #1A4750

Color information

#1A4750 (or 0x1A4750) is unknown color: approx Teal Blue. HEX triplet: 1A, 47 and 50. RGB value is (26,71,80). Sum of RGB (Red+Green+Blue) = 26+71+80=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4750 is #E5B8AF. Grayscale: #3A3A3A. Windows color (decimal): -15055024 or 5261082. OLE color: 5261082.

HSL color Cylindrical-coordinate representation of color #1A4750: hue angle of 190º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4750 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB267180-
CMYK0.670.1100.69
HSL190º50.94%20.78%-
HSV(B)190º67.5%31.37%-
XYZ4.135.318.4-
YUV58.57140.09104.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=14.69%
G=40.11%
B=45.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2671800.670.1100.6919050.9420.78
Hex1A475043B045be3315
Octal321071201031301052766325
Binary110101000111101000010000111011010001011011111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,80); }

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

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

 a { background-color: rgb(26,71,80); }

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

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

 span { border-color: rgb(26,71,80); }

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