Html Css Color HEX #11443A Deep Teal

📋 copy color: '#11443A'

red 17 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #11443A

Tints of Deep Teal #11443A

RGB

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

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

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

R = 11.89%
G = 47.55%
B = 40.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#11443A (or 0x11443A) is known color: Deep Teal. HEX triplet: 11, 44 and 3A. RGB value is (17,68,58). Sum of RGB (Red+Green+Blue) = 17+68+58=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #11443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443A is #EEBBC5. Grayscale: #333333. Windows color (decimal): -15645638 or 3818513. OLE color: 3818513.

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

Color convert

RGB 17 68 58 -
CMYK 0.75 0 0.15 0.73
HSL 168.24º 0.6% 0.17% -
HSV(B) 168.24º 0.75% 0.27% -
XYZ 3.06 4.56 4.72 -
YUV 51.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 17 68 58 0.75 0 0.15 0.73 168.24 0.6 0.17
Hex 11 44 3A 4B 0 F 49 A8 3C 11
Octal 21 104 72 113 0 17 111 250 74 21
Binary 10001 1000100 111010 1001011 0 1111 1001001 10101000 111100 10001

Color Harmonies of #11443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11443A

Black with #11443A

Text Example


Text Example

White with #11443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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