Html Css Color HEX #1C403A Deep Teal

📋 copy color: '#1C403A'

red 28 ◦ green 64 ◦ blue 58

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

Shades of Deep Teal #1C403A

Tints of Deep Teal #1C403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 18.67%
G = 42.67%
B = 38.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#1C403A (or 0x1C403A) is known color: Deep Teal. HEX triplet: 1C, 40 and 3A. RGB value is (28,64,58). Sum of RGB (Red+Green+Blue) = 28+64+58=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #1C403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C403A is #E3BFC5. Grayscale: #343434. Windows color (decimal): -14925766 or 3817500. OLE color: 3817500.

HSL color Cylindrical-coordinate representation of color #1C403A: hue angle of 170º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C403A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 64 58 -
CMYK 0.56 0 0.09 0.75
HSL 170º 0.39% 0.18% -
HSV(B) 170º 0.56% 0.25% -
XYZ 3.08 4.22 4.66 -
YUV 52.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 28 64 58 0.56 0 0.09 0.75 170 0.39 0.18
Hex 1C 40 3A 38 0 9 4B AA 27 12
Octal 34 100 72 70 0 11 113 252 47 22
Binary 11100 1000000 111010 111000 0 1001 1001011 10101010 100111 10010

Color Harmonies of #1C403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C403A

Black with #1C403A

Text Example


Text Example

White with #1C403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,58); }

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

background-color css

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

 a { background-color: rgb(28,64,58); }

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

border-color css

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

 span { border-color: rgb(28,64,58); }

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