Html Css Color HEX #17483B Deep Teal

📋 copy color: '#17483B'

red 23 ◦ green 72 ◦ blue 59

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

Shades of Deep Teal #17483B

Tints of Deep Teal #17483B

RGB

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

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

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

R = 14.94%
G = 46.75%
B = 38.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#17483B (or 0x17483B) is known color: Deep Teal. HEX triplet: 17, 48 and 3B. RGB value is (23,72,59). Sum of RGB (Red+Green+Blue) = 23+72+59=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #17483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483B is #E8B7C4. Grayscale: #373737. Windows color (decimal): -15251397 or 3885079. OLE color: 3885079.

HSL color Cylindrical-coordinate representation of color #17483B: hue angle of 164.08º 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 #17483B is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 72 59 -
CMYK 0.68 0 0.18 0.72
HSL 164.08º 0.52% 0.19% -
HSV(B) 164.08º 0.68% 0.28% -
XYZ 3.46 5.13 4.95 -
YUV 55.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 23 72 59 0.68 0 0.18 0.72 164.08 0.52 0.19
Hex 17 48 3B 44 0 12 48 A4 34 13
Octal 27 110 73 104 0 22 110 244 64 23
Binary 10111 1001000 111011 1000100 0 10010 1001000 10100100 110100 10011

Color Harmonies of #17483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17483B

Black with #17483B

Text Example


Text Example

White with #17483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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