#1c403d

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

Shades of Deep Teal #1C403D

Tints of Deep Teal #1C403D

Color information

#1C403D (or 0x1C403D) is unknown color: approx Deep Teal. HEX triplet: 1C, 40 and 3D. RGB value is (28,64,61). Sum of RGB (Red+Green+Blue) = 28+64+61=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #1C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C403D is #E3BFC2. Grayscale: #343434. Windows color (decimal): -14925763 or 4014108. OLE color: 4014108.

HSL color Cylindrical-coordinate representation of color #1C403D: hue angle of 175º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C403D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB286461-
CMYK0.5600.050.75
HSL175º39.13%18.04%-
HSV(B)175º56.25%25.1%-
XYZ3.154.255.07-
YUV52.89132.57110.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=18.30%
G=41.83%
B=39.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864610.5600.050.7517539.1318.04
Hex1C403D38054Baf2712
Octal341007570051132574722
Binary111001000000111101111000010110010111010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c403d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,61); }

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

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

 a { background-color: rgb(28,64,61); }

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

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

 span { border-color: rgb(28,64,61); }

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