Html Css Color HEX #1C493D Deep Teal

📋 copy color: '#1C493D'

red 28 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #1C493D

Tints of Deep Teal #1C493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 17.28%
G = 45.06%
B = 37.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#1C493D (or 0x1C493D) is known color: Deep Teal. HEX triplet: 1C, 49 and 3D. RGB value is (28,73,61). Sum of RGB (Red+Green+Blue) = 28+73+61=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #1C493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C493D is #E3B6C2. Grayscale: #3A3A3A. Windows color (decimal): -14923459 or 4016412. OLE color: 4016412.

HSL color Cylindrical-coordinate representation of color #1C493D: hue angle of 164º 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 #1C493D is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 73 61 -
CMYK 0.62 0 0.16 0.71
HSL 164º 0.45% 0.2% -
HSV(B) 164º 0.62% 0.29% -
XYZ 3.7 5.35 5.25 -
YUV 58.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 28 73 61 0.62 0 0.16 0.71 164 0.45 0.2
Hex 1C 49 3D 3E 0 10 47 A4 2D 14
Octal 34 111 75 76 0 20 107 244 55 24
Binary 11100 1001001 111101 111110 0 10000 1000111 10100100 101101 10100

Color Harmonies of #1C493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C493D

Black with #1C493D

Text Example


Text Example

White with #1C493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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