Html Css Color HEX #11413C Deep Teal

📋 copy color: '#11413C'

red 17 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #11413C

Tints of Deep Teal #11413C

RGB

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

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

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

R = 11.97%
G = 45.77%
B = 42.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#11413C (or 0x11413C) is known color: Deep Teal. HEX triplet: 11, 41 and 3C. RGB value is (17,65,60). Sum of RGB (Red+Green+Blue) = 17+65+60=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #11413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413C is #EEBEC3. Grayscale: #323232. Windows color (decimal): -15646404 or 3948817. OLE color: 3948817.

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

Color convert

RGB 17 65 60 -
CMYK 0.74 0 0.08 0.75
HSL 173.75º 0.59% 0.16% -
HSV(B) 173.75º 0.74% 0.25% -
XYZ 2.94 4.23 4.94 -
YUV 50.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 17 65 60 0.74 0 0.08 0.75 173.75 0.59 0.16
Hex 11 41 3C 4A 0 8 4B AE 3B 10
Octal 21 101 74 112 0 10 113 256 73 20
Binary 10001 1000001 111100 1001010 0 1000 1001011 10101110 111011 10000

Color Harmonies of #11413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11413C

Black with #11413C

Text Example


Text Example

White with #11413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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