Html Css Color HEX #17423C Deep Teal

📋 copy color: '#17423C'

red 23 ◦ green 66 ◦ blue 60

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

Shades of Deep Teal #17423C

Tints of Deep Teal #17423C

RGB

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

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

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

R = 15.44%
G = 44.3%
B = 40.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#17423C (or 0x17423C) is known color: Deep Teal. HEX triplet: 17, 42 and 3C. RGB value is (23,66,60). Sum of RGB (Red+Green+Blue) = 23+66+60=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #17423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423C is #E8BDC3. Grayscale: #343434. Windows color (decimal): -15252932 or 3949079. OLE color: 3949079.

HSL color Cylindrical-coordinate representation of color #17423C: hue angle of 171.63º 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 #17423C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 66 60 -
CMYK 0.65 0 0.09 0.74
HSL 171.63º 0.48% 0.17% -
HSV(B) 171.63º 0.65% 0.26% -
XYZ 3.12 4.4 4.96 -
YUV 52.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 23 66 60 0.65 0 0.09 0.74 171.63 0.48 0.17
Hex 17 42 3C 41 0 9 4A AC 30 11
Octal 27 102 74 101 0 11 112 254 60 21
Binary 10111 1000010 111100 1000001 0 1001 1001010 10101100 110000 10001

Color Harmonies of #17423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17423C

Black with #17423C

Text Example


Text Example

White with #17423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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