Html Css Color HEX #1C493F Deep Teal

📋 copy color: '#1C493F'

red 28 ◦ green 73 ◦ blue 63

#1C493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1C493F

Tints of Deep Teal #1C493F

RGB

 RED value IS 28 (11.33% from 255) = 17.07%

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 63 (25% from 255) = 38.41%

R = 17.07%
G = 44.51%
B = 38.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#1C493F (or 0x1C493F) is known color: Deep Teal. HEX triplet: 1C, 49 and 3F. RGB value is (28,73,63). Sum of RGB (Red+Green+Blue) = 28+73+63=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #1C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C493F is #E3B6C0. Grayscale: #3A3A3A. Windows color (decimal): -14923457 or 4147484. OLE color: 4147484.

HSL color Cylindrical-coordinate representation of color #1C493F: hue angle of 166.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C493F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 73 63 -
CMYK 0.62 0 0.14 0.71
HSL 166.67º 0.45% 0.2% -
HSV(B) 166.67º 0.62% 0.29% -
XYZ 3.76 5.37 5.54 -
YUV 58.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 28 73 63 0.62 0 0.14 0.71 166.67 0.45 0.2
Hex 1C 49 3F 3E 0 E 47 A7 2D 14
Octal 34 111 77 76 0 16 107 247 55 24
Binary 11100 1001001 111111 111110 0 1110 1000111 10100111 101101 10100

Color Harmonies of #1C493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C493F

Black with #1C493F

Text Example


Text Example

White with #1C493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C493F;
 }
 .AnyTagClassName
 {
   color: #1C493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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