Html Css Color HEX #17483F Deep Teal

📋 copy color: '#17483F'

red 23 ◦ green 72 ◦ blue 63

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

Shades of Deep Teal #17483F

Tints of Deep Teal #17483F

RGB

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

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

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

R = 14.56%
G = 45.57%
B = 39.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#17483F (or 0x17483F) is known color: Deep Teal. HEX triplet: 17, 48 and 3F. RGB value is (23,72,63). Sum of RGB (Red+Green+Blue) = 23+72+63=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #17483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483F is #E8B7C0. Grayscale: #383838. Windows color (decimal): -15251393 or 4147223. OLE color: 4147223.

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

Color convert

RGB 23 72 63 -
CMYK 0.68 0 0.12 0.72
HSL 168.98º 0.52% 0.19% -
HSV(B) 168.98º 0.68% 0.28% -
XYZ 3.57 5.18 5.51 -
YUV 56.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 23 72 63 0.68 0 0.12 0.72 168.98 0.52 0.19
Hex 17 48 3F 44 0 C 48 A9 34 13
Octal 27 110 77 104 0 14 110 251 64 23
Binary 10111 1001000 111111 1000100 0 1100 1001000 10101001 110100 10011

Color Harmonies of #17483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17483F

Black with #17483F

Text Example


Text Example

White with #17483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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