Html Css Color HEX #11413B Deep Teal

📋 copy color: '#11413B'

red 17 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #11413B

Tints of Deep Teal #11413B

RGB

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

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

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

R = 12.06%
G = 46.1%
B = 41.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#11413B (or 0x11413B) is known color: Deep Teal. HEX triplet: 11, 41 and 3B. RGB value is (17,65,59). Sum of RGB (Red+Green+Blue) = 17+65+59=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #11413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413B is #EEBEC4. Grayscale: #313131. Windows color (decimal): -15646405 or 3883281. OLE color: 3883281.

HSL color Cylindrical-coordinate representation of color #11413B: hue angle of 172.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11413B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 59 -
CMYK 0.74 0 0.09 0.75
HSL 172.5º 0.59% 0.16% -
HSV(B) 172.5º 0.74% 0.25% -
XYZ 2.91 4.22 4.8 -
YUV 49.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 17 65 59 0.74 0 0.09 0.75 172.5 0.59 0.16
Hex 11 41 3B 4A 0 9 4B AC 3B 10
Octal 21 101 73 112 0 11 113 254 73 20
Binary 10001 1000001 111011 1001010 0 1001 1001011 10101100 111011 10000

Color Harmonies of #11413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11413B

Black with #11413B

Text Example


Text Example

White with #11413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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