#1D525A

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

Shades of Teal Blue #1D525A

Tints of Teal Blue #1D525A

Color information

#1D525A (or 0x1D525A) is unknown color: approx Teal Blue. HEX triplet: 1D, 52 and 5A. RGB value is (29,82,90). Sum of RGB (Red+Green+Blue) = 29+82+90=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D525A is #E2ADA5. Grayscale: #424242. Windows color (decimal): -14855590 or 5919261. OLE color: 5919261.

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

Color convert

RGB298290-
CMYK0.680.0900.65
HSL187.87º51.26%23.33%-
HSV(B)187.87º67.78%35.29%-
XYZ5.377.0310.75-
YUV67.06140.94100.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=14.43%
G=40.80%
B=44.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2982900.680.0900.65187.8751.2623.33
Hex1D525A449041bc3317
Octal351221321041101012746327
Binary111011010010101101010001001001010000011011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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