Html Css Color HEX #17483C Deep Teal

📋 copy color: '#17483C'

red 23 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #17483C

Tints of Deep Teal #17483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

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

R = 14.84%
G = 46.45%
B = 38.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#17483C (or 0x17483C) is known color: Deep Teal. HEX triplet: 17, 48 and 3C. RGB value is (23,72,60). Sum of RGB (Red+Green+Blue) = 23+72+60=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #17483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483C is #E8B7C3. Grayscale: #373737. Windows color (decimal): -15251396 or 3950615. OLE color: 3950615.

HSL color Cylindrical-coordinate representation of color #17483C: hue angle of 165.31º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17483C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 72 60 -
CMYK 0.68 0 0.17 0.72
HSL 165.31º 0.52% 0.19% -
HSV(B) 165.31º 0.68% 0.28% -
XYZ 3.49 5.14 5.08 -
YUV 55.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 23 72 60 0.68 0 0.17 0.72 165.31 0.52 0.19
Hex 17 48 3C 44 0 11 48 A5 34 13
Octal 27 110 74 104 0 21 110 245 64 23
Binary 10111 1001000 111100 1000100 0 10001 1001000 10100101 110100 10011

Color Harmonies of #17483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17483C

Black with #17483C

Text Example


Text Example

White with #17483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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