#1C5244

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

Shades of Deep Teal #1C5244

Tints of Deep Teal #1C5244

Color information

#1C5244 (or 0x1C5244) is unknown color: approx Deep Teal. HEX triplet: 1C, 52 and 44. RGB value is (28,82,68). Sum of RGB (Red+Green+Blue) = 28+82+68=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5244 is #E3ADBB. Grayscale: #404040. Windows color (decimal): -14921148 or 4477468. OLE color: 4477468.

HSL color Cylindrical-coordinate representation of color #1C5244: hue angle of 164.44º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5244 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB288268-
CMYK0.6600.170.68
HSL164.44º49.09%21.57%-
HSV(B)164.44º65.85%32.16%-
XYZ4.546.76.52-
YUV64.26130.11102.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.73%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=15.73%
G=46.07%
B=38.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2882680.6600.170.68164.4449.0921.57
Hex1C52444201144a43116
Octal341221041020211042446126
Binary1110010100101000100100001001000110001001010010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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