#1C515A

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

Shades of Teal Blue #1C515A

Tints of Teal Blue #1C515A

Color information

#1C515A (or 0x1C515A) is unknown color: approx Teal Blue. HEX triplet: 1C, 51 and 5A. RGB value is (28,81,90). Sum of RGB (Red+Green+Blue) = 28+81+90=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C515A is #E3AEA5. Grayscale: #424242. Windows color (decimal): -14921382 or 5919004. OLE color: 5919004.

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

Color convert

RGB288190-
CMYK0.690.100.65
HSL188.71º52.54%23.14%-
HSV(B)188.71º68.89%35.29%-
XYZ5.276.8710.72-
YUV66.18141.44100.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=14.07%
G=40.70%
B=45.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2881900.690.100.65188.7152.5423.14
Hex1C515A45A041bd3517
Octal341211321051201012756527
Binary111001010001101101010001011010010000011011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,90); }

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

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

 a { background-color: rgb(28,81,90); }

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

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

 span { border-color: rgb(28,81,90); }

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