Html Css Color HEX #17423E Deep Teal

📋 copy color: '#17423E'

red 23 ◦ green 66 ◦ blue 62

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

Shades of Deep Teal #17423E

Tints of Deep Teal #17423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.06%

R = 15.23%
G = 43.71%
B = 41.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#17423E (or 0x17423E) is known color: Deep Teal. HEX triplet: 17, 42 and 3E. RGB value is (23,66,62). Sum of RGB (Red+Green+Blue) = 23+66+62=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #17423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423E is #E8BDC1. Grayscale: #343434. Windows color (decimal): -15252930 or 4080151. OLE color: 4080151.

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

Color convert

RGB 23 66 62 -
CMYK 0.65 0 0.06 0.74
HSL 174.42º 0.48% 0.17% -
HSV(B) 174.42º 0.65% 0.26% -
XYZ 3.17 4.43 5.24 -
YUV 52.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 23 66 62 0.65 0 0.06 0.74 174.42 0.48 0.17
Hex 17 42 3E 41 0 6 4A AE 30 11
Octal 27 102 76 101 0 6 112 256 60 21
Binary 10111 1000010 111110 1000001 0 110 1001010 10101110 110000 10001

Color Harmonies of #17423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17423E

Black with #17423E

Text Example


Text Example

White with #17423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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