#1E505A

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

Shades of Teal Blue #1E505A

Tints of Teal Blue #1E505A

Color information

#1E505A (or 0x1E505A) is unknown color: approx Teal Blue. HEX triplet: 1E, 50 and 5A. RGB value is (30,80,90). Sum of RGB (Red+Green+Blue) = 30+80+90=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E505A is #E1AFA5. Grayscale: #424242. Windows color (decimal): -14790566 or 5918750. OLE color: 5918750.

HSL color Cylindrical-coordinate representation of color #1E505A: hue angle of 190º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E505A is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB308090-
CMYK0.670.1100.65
HSL190º50%23.53%-
HSV(B)190º66.67%35.29%-
XYZ5.256.7510.7-
YUV66.19141.44102.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 90 (35.55% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3080900.670.1100.651905023.53
Hex1E505A43B041be3218
Octal361201321031301012766230
Binary111101010000101101010000111011010000011011111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,90); }

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

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

 a { background-color: rgb(30,80,90); }

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

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

 span { border-color: rgb(30,80,90); }

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