#1C483F

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

Shades of Deep Teal #1C483F

Tints of Deep Teal #1C483F

Color information

#1C483F (or 0x1C483F) is unknown color: approx Deep Teal. HEX triplet: 1C, 48 and 3F. RGB value is (28,72,63). Sum of RGB (Red+Green+Blue) = 28+72+63=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1C483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C483F is #E3B7C0. Grayscale: #393939. Windows color (decimal): -14923713 or 4147228. OLE color: 4147228.

HSL color Cylindrical-coordinate representation of color #1C483F: hue angle of 167.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C483F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB287263-
CMYK0.6100.120.72
HSL167.73º44%19.61%-
HSV(B)167.73º61.11%28.24%-
XYZ3.695.245.52-
YUV57.82130.92106.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 63 (25% from 255) = 38.65%
R=17.18%
G=44.17%
B=38.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872630.6100.120.72167.734419.61
Hex1C483F3D0C48a82c14
Octal3411077750141102505424
Binary1110010010001111111111010110010010001010100010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,63); }

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

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

 a { background-color: rgb(28,72,63); }

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

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

 span { border-color: rgb(28,72,63); }

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