Html Css Color HEX #17463F Deep Teal

📋 copy color: '#17463F'

red 23 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #17463F

Tints of Deep Teal #17463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 14.74%
G = 44.87%
B = 40.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#17463F (or 0x17463F) is known color: Deep Teal. HEX triplet: 17, 46 and 3F. RGB value is (23,70,63). Sum of RGB (Red+Green+Blue) = 23+70+63=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #17463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17463F is #E8B9C0. Grayscale: #373737. Windows color (decimal): -15251905 or 4146711. OLE color: 4146711.

HSL color Cylindrical-coordinate representation of color #17463F: hue angle of 171.06º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17463F is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 70 63 -
CMYK 0.67 0 0.10 0.73
HSL 171.06º 0.51% 0.18% -
HSV(B) 171.06º 0.67% 0.27% -
XYZ 3.44 4.92 5.47 -
YUV 55.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 23 70 63 0.67 0 0.10 0.73 171.06 0.51 0.18
Hex 17 46 3F 43 0 A 49 AB 33 12
Octal 27 106 77 103 0 12 111 253 63 22
Binary 10111 1000110 111111 1000011 0 1010 1001001 10101011 110011 10010

Color Harmonies of #17463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17463F

Black with #17463F

Text Example


Text Example

White with #17463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17463F; }

 p { color: rgb(23,70,63); }

 H1.HeaderClassName
 {
   color: #17463F;
 }
 .AnyTagClassName
 {
   color: #17463F;
 }
</style>

background-color css

<style>
 a { background-color: #17463F; }

 a { background-color: rgb(23,70,63); }

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

border-color css

<style>
 span { border-color: #17463F; }

 span { border-color: rgb(23,70,63); }

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