Html Css Color HEX #1C4843 Deep Teal

📋 copy color: '#1C4843'

red 28 ◦ green 72 ◦ blue 67

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

Shades of Deep Teal #1C4843

Tints of Deep Teal #1C4843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

 BLUE value IS 67 (26.56% from 255) = 40.12%

R = 16.77%
G = 43.11%
B = 40.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#1C4843 (or 0x1C4843) is known color: Deep Teal. HEX triplet: 1C, 48 and 43. RGB value is (28,72,67). Sum of RGB (Red+Green+Blue) = 28+72+67=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4843 is #E3B7BC. Grayscale: #3A3A3A. Windows color (decimal): -14923709 or 4409372. OLE color: 4409372.

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

Color convert

RGB 28 72 67 -
CMYK 0.61 0 0.07 0.72
HSL 173.18º 0.44% 0.2% -
HSV(B) 173.18º 0.61% 0.28% -
XYZ 3.81 5.29 6.13 -
YUV 58.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 28 72 67 0.61 0 0.07 0.72 173.18 0.44 0.2
Hex 1C 48 43 3D 0 7 48 AD 2C 14
Octal 34 110 103 75 0 7 110 255 54 24
Binary 11100 1001000 1000011 111101 0 111 1001000 10101101 101100 10100

Color Harmonies of #1C4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4843

Black with #1C4843

Text Example


Text Example

White with #1C4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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