Html Css Color HEX #1C473E Deep Teal

📋 copy color: '#1C473E'

red 28 ◦ green 71 ◦ blue 62

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

Shades of Deep Teal #1C473E

Tints of Deep Teal #1C473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 17.39%
G = 44.1%
B = 38.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#1C473E (or 0x1C473E) is known color: Deep Teal. HEX triplet: 1C, 47 and 3E. RGB value is (28,71,62). Sum of RGB (Red+Green+Blue) = 28+71+62=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473E is #E3B8C1. Grayscale: #393939. Windows color (decimal): -14923970 or 4081436. OLE color: 4081436.

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

Color convert

RGB 28 71 62 -
CMYK 0.61 0 0.13 0.72
HSL 167.44º 0.43% 0.19% -
HSV(B) 167.44º 0.61% 0.28% -
XYZ 3.6 5.1 5.35 -
YUV 57.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 28 71 62 0.61 0 0.13 0.72 167.44 0.43 0.19
Hex 1C 47 3E 3D 0 D 48 A7 2B 13
Octal 34 107 76 75 0 15 110 247 53 23
Binary 11100 1000111 111110 111101 0 1101 1001000 10100111 101011 10011

Color Harmonies of #1C473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C473E

Black with #1C473E

Text Example


Text Example

White with #1C473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,62); }

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

background-color css

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

 a { background-color: rgb(28,71,62); }

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

border-color css

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

 span { border-color: rgb(28,71,62); }

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