Html Css Color HEX #17423D Deep Teal

📋 copy color: '#17423D'

red 23 ◦ green 66 ◦ blue 61

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

Shades of Deep Teal #17423D

Tints of Deep Teal #17423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 15.33%
G = 44%
B = 40.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#17423D (or 0x17423D) is known color: Deep Teal. HEX triplet: 17, 42 and 3D. RGB value is (23,66,61). Sum of RGB (Red+Green+Blue) = 23+66+61=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #17423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423D is #E8BDC2. Grayscale: #343434. Windows color (decimal): -15252931 or 4014615. OLE color: 4014615.

HSL color Cylindrical-coordinate representation of color #17423D: hue angle of 173.02º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17423D is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 66 61 -
CMYK 0.65 0 0.08 0.74
HSL 173.02º 0.48% 0.17% -
HSV(B) 173.02º 0.65% 0.26% -
XYZ 3.14 4.42 5.1 -
YUV 52.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 23 66 61 0.65 0 0.08 0.74 173.02 0.48 0.17
Hex 17 42 3D 41 0 8 4A AD 30 11
Octal 27 102 75 101 0 10 112 255 60 21
Binary 10111 1000010 111101 1000001 0 1000 1001010 10101101 110000 10001

Color Harmonies of #17423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17423D

Black with #17423D

Text Example


Text Example

White with #17423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17423D; }

 p { color: rgb(23,66,61); }

 H1.HeaderClassName
 {
   color: #17423D;
 }
 .AnyTagClassName
 {
   color: #17423D;
 }
</style>

background-color css

<style>
 a { background-color: #17423D; }

 a { background-color: rgb(23,66,61); }

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

border-color css

<style>
 span { border-color: #17423D; }

 span { border-color: rgb(23,66,61); }

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