#1c483d

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

Shades of Deep Teal #1C483D

Tints of Deep Teal #1C483D

Color information

#1C483D (or 0x1C483D) is unknown color: approx Deep Teal. HEX triplet: 1C, 48 and 3D. RGB value is (28,72,61). Sum of RGB (Red+Green+Blue) = 28+72+61=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #1C483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C483D is #E3B7C2. Grayscale: #393939. Windows color (decimal): -14923715 or 4016156. OLE color: 4016156.

HSL color Cylindrical-coordinate representation of color #1C483D: hue angle of 165º 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 #1C483D is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB287261-
CMYK0.6100.150.72
HSL165º44%19.61%-
HSV(B)165º61.11%28.24%-
XYZ3.645.225.23-
YUV57.59129.92106.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=17.39%
G=44.72%
B=37.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872610.6100.150.721654419.61
Hex1C483D3D0F48a52c14
Octal3411075750171102455424
Binary1110010010001111011111010111110010001010010110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c483d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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