Html Css Color HEX #11443B Deep Teal

📋 copy color: '#11443B'

red 17 ◦ green 68 ◦ blue 59

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

Shades of Deep Teal #11443B

Tints of Deep Teal #11443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 11.81%
G = 47.22%
B = 40.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#11443B (or 0x11443B) is known color: Deep Teal. HEX triplet: 11, 44 and 3B. RGB value is (17,68,59). Sum of RGB (Red+Green+Blue) = 17+68+59=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #11443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443B is #EEBBC4. Grayscale: #333333. Windows color (decimal): -15645637 or 3884049. OLE color: 3884049.

HSL color Cylindrical-coordinate representation of color #11443B: hue angle of 169.41º 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 #11443B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 59 -
CMYK 0.75 0 0.13 0.73
HSL 169.41º 0.6% 0.17% -
HSV(B) 169.41º 0.75% 0.27% -
XYZ 3.09 4.57 4.86 -
YUV 51.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 17 68 59 0.75 0 0.13 0.73 169.41 0.6 0.17
Hex 11 44 3B 4B 0 D 49 A9 3C 11
Octal 21 104 73 113 0 15 111 251 74 21
Binary 10001 1000100 111011 1001011 0 1101 1001001 10101001 111100 10001

Color Harmonies of #11443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11443B

Black with #11443B

Text Example


Text Example

White with #11443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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