#1A525A

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

Shades of Teal Blue #1A525A

Tints of Teal Blue #1A525A

Color information

#1A525A (or 0x1A525A) is unknown color: approx Teal Blue. HEX triplet: 1A, 52 and 5A. RGB value is (26,82,90). Sum of RGB (Red+Green+Blue) = 26+82+90=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A525A is #E5ADA5. Grayscale: #424242. Windows color (decimal): -15052198 or 5919258. OLE color: 5919258.

HSL color Cylindrical-coordinate representation of color #1A525A: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A525A is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB268290-
CMYK0.710.0900.65
HSL187.5º55.17%22.75%-
HSV(B)187.5º71.11%35.29%-
XYZ5.296.9910.74-
YUV66.17141.4599.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=13.13%
G=41.41%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2682900.710.0900.65187.555.1722.75
Hex1A525A479041bc3717
Octal321221321071101012746727
Binary110101010010101101010001111001010000011011110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,82,90); }

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

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

 a { background-color: rgb(26,82,90); }

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

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

 span { border-color: rgb(26,82,90); }

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