Html Css Color HEX #17403C Deep Teal

📋 copy color: '#17403C'

red 23 ◦ green 64 ◦ blue 60

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

Shades of Deep Teal #17403C

Tints of Deep Teal #17403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

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

R = 15.65%
G = 43.54%
B = 40.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#17403C (or 0x17403C) is known color: Deep Teal. HEX triplet: 17, 40 and 3C. RGB value is (23,64,60). Sum of RGB (Red+Green+Blue) = 23+64+60=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #17403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17403C is #E8BFC3. Grayscale: #333333. Windows color (decimal): -15253444 or 3948567. OLE color: 3948567.

HSL color Cylindrical-coordinate representation of color #17403C: hue angle of 174.15º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17403C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 60 -
CMYK 0.64 0 0.06 0.75
HSL 174.15º 0.47% 0.17% -
HSV(B) 174.15º 0.64% 0.25% -
XYZ 3 4.18 4.92 -
YUV 51.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 23 64 60 0.64 0 0.06 0.75 174.15 0.47 0.17
Hex 17 40 3C 40 0 6 4B AE 2F 11
Octal 27 100 74 100 0 6 113 256 57 21
Binary 10111 1000000 111100 1000000 0 110 1001011 10101110 101111 10001

Color Harmonies of #17403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17403C

Black with #17403C

Text Example


Text Example

White with #17403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,64,60); }

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

background-color css

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

 a { background-color: rgb(23,64,60); }

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

border-color css

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

 span { border-color: rgb(23,64,60); }

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