Html Css Color HEX #11443C Deep Teal

📋 copy color: '#11443C'

red 17 ◦ green 68 ◦ blue 60

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

Shades of Deep Teal #11443C

Tints of Deep Teal #11443C

RGB

 RED value IS 17 (7.03% from 255) = 11.72%

 GREEN value IS 68 (26.95% from 255) = 46.9%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 11.72%
G = 46.9%
B = 41.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#11443C (or 0x11443C) is known color: Deep Teal. HEX triplet: 11, 44 and 3C. RGB value is (17,68,60). Sum of RGB (Red+Green+Blue) = 17+68+60=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #11443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443C is #EEBBC3. Grayscale: #333333. Windows color (decimal): -15645636 or 3949585. OLE color: 3949585.

HSL color Cylindrical-coordinate representation of color #11443C: hue angle of 170.59º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11443C is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 60 -
CMYK 0.75 0 0.12 0.73
HSL 170.59º 0.6% 0.17% -
HSV(B) 170.59º 0.75% 0.27% -
XYZ 3.11 4.58 4.99 -
YUV 51.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 17 68 60 0.75 0 0.12 0.73 170.59 0.6 0.17
Hex 11 44 3C 4B 0 C 49 AB 3C 11
Octal 21 104 74 113 0 14 111 253 74 21
Binary 10001 1000100 111100 1001011 0 1100 1001001 10101011 111100 10001

Color Harmonies of #11443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11443C

Black with #11443C

Text Example


Text Example

White with #11443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11443C; }

 p { color: rgb(17,68,60); }

 H1.HeaderClassName
 {
   color: #11443C;
 }
 .AnyTagClassName
 {
   color: #11443C;
 }
</style>

background-color css

<style>
 a { background-color: #11443C; }

 a { background-color: rgb(17,68,60); }

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

border-color css

<style>
 span { border-color: #11443C; }

 span { border-color: rgb(17,68,60); }

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