Html Css Color HEX #11413A Deep Teal

📋 copy color: '#11413A'

red 17 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #11413A

Tints of Deep Teal #11413A

RGB

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

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

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

R = 12.14%
G = 46.43%
B = 41.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#11413A (or 0x11413A) is known color: Deep Teal. HEX triplet: 11, 41 and 3A. RGB value is (17,65,58). Sum of RGB (Red+Green+Blue) = 17+65+58=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #11413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413A is #EEBEC5. Grayscale: #313131. Windows color (decimal): -15646406 or 3817745. OLE color: 3817745.

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

Color convert

RGB 17 65 58 -
CMYK 0.74 0 0.11 0.75
HSL 171.25º 0.59% 0.16% -
HSV(B) 171.25º 0.74% 0.25% -
XYZ 2.89 4.21 4.66 -
YUV 49.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 17 65 58 0.74 0 0.11 0.75 171.25 0.59 0.16
Hex 11 41 3A 4A 0 B 4B AB 3B 10
Octal 21 101 72 112 0 13 113 253 73 20
Binary 10001 1000001 111010 1001010 0 1011 1001011 10101011 111011 10000

Color Harmonies of #11413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11413A

Black with #11413A

Text Example


Text Example

White with #11413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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