Html Css Color HEX #17413B Deep Teal

📋 copy color: '#17413B'

red 23 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #17413B

Tints of Deep Teal #17413B

RGB

 RED value IS 23 (9.38% from 255) = 15.65%

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

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

R = 15.65%
G = 44.22%
B = 40.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#17413B (or 0x17413B) is known color: Deep Teal. HEX triplet: 17, 41 and 3B. RGB value is (23,65,59). Sum of RGB (Red+Green+Blue) = 23+65+59=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #17413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17413B is #E8BEC4. Grayscale: #333333. Windows color (decimal): -15253189 or 3883287. OLE color: 3883287.

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

Color convert

RGB 23 65 59 -
CMYK 0.65 0 0.09 0.75
HSL 171.43º 0.48% 0.17% -
HSV(B) 171.43º 0.65% 0.25% -
XYZ 3.03 4.28 4.8 -
YUV 51.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 23 65 59 0.65 0 0.09 0.75 171.43 0.48 0.17
Hex 17 41 3B 41 0 9 4B AB 30 11
Octal 27 101 73 101 0 11 113 253 60 21
Binary 10111 1000001 111011 1000001 0 1001 1001011 10101011 110000 10001

Color Harmonies of #17413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17413B

Black with #17413B

Text Example


Text Example

White with #17413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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