#1C525A

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

Shades of Teal Blue #1C525A

Tints of Teal Blue #1C525A

Color information

#1C525A (or 0x1C525A) is unknown color: approx Teal Blue. HEX triplet: 1C, 52 and 5A. RGB value is (28,82,90). Sum of RGB (Red+Green+Blue) = 28+82+90=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 82 (32.42% from 255 or 41% 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 #1C525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C525A is #E3ADA5. Grayscale: #424242. Windows color (decimal): -14921126 or 5919260. OLE color: 5919260.

HSL color Cylindrical-coordinate representation of color #1C525A: hue angle of 187.74º 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 #1C525A is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB288290-
CMYK0.690.0900.65
HSL187.74º52.54%23.14%-
HSV(B)187.74º68.89%35.29%-
XYZ5.347.0210.75-
YUV66.77141.11100.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 90 (35.55% from 255) = 45%
R=14%
G=41%
B=45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2882900.690.0900.65187.7452.5423.14
Hex1C525A459041bc3517
Octal341221321051101012746527
Binary111001010010101101010001011001010000011011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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