Html Css Color HEX #17413A Deep Teal

📋 copy color: '#17413A'

red 23 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #17413A

Tints of Deep Teal #17413A

RGB

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

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

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

R = 15.75%
G = 44.52%
B = 39.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#17413A (or 0x17413A) is known color: Deep Teal. HEX triplet: 17, 41 and 3A. RGB value is (23,65,58). Sum of RGB (Red+Green+Blue) = 23+65+58=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #17413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17413A is #E8BEC5. Grayscale: #333333. Windows color (decimal): -15253190 or 3817751. OLE color: 3817751.

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

Color convert

RGB 23 65 58 -
CMYK 0.65 0 0.11 0.75
HSL 170º 0.48% 0.17% -
HSV(B) 170º 0.65% 0.25% -
XYZ 3.01 4.27 4.67 -
YUV 51.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 23 65 58 0.65 0 0.11 0.75 170 0.48 0.17
Hex 17 41 3A 41 0 B 4B AA 30 11
Octal 27 101 72 101 0 13 113 252 60 21
Binary 10111 1000001 111010 1000001 0 1011 1001011 10101010 110000 10001

Color Harmonies of #17413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17413A

Black with #17413A

Text Example


Text Example

White with #17413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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