Html Css Color HEX #1C413D Deep Teal

📋 copy color: '#1C413D'

red 28 ◦ green 65 ◦ blue 61

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

Shades of Deep Teal #1C413D

Tints of Deep Teal #1C413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 18.18%
G = 42.21%
B = 39.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#1C413D (or 0x1C413D) is known color: Deep Teal. HEX triplet: 1C, 41 and 3D. RGB value is (28,65,61). Sum of RGB (Red+Green+Blue) = 28+65+61=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #1C413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C413D is #E3BEC2. Grayscale: #353535. Windows color (decimal): -14925507 or 4014364. OLE color: 4014364.

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

Color convert

RGB 28 65 61 -
CMYK 0.57 0 0.06 0.75
HSL 173.51º 0.4% 0.18% -
HSV(B) 173.51º 0.57% 0.25% -
XYZ 3.21 4.36 5.09 -
YUV 53.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 28 65 61 0.57 0 0.06 0.75 173.51 0.4 0.18
Hex 1C 41 3D 39 0 6 4B AE 28 12
Octal 34 101 75 71 0 6 113 256 50 22
Binary 11100 1000001 111101 111001 0 110 1001011 10101110 101000 10010

Color Harmonies of #1C413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C413D

Black with #1C413D

Text Example


Text Example

White with #1C413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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