Html Css Color HEX #175242 Deep Teal

📋 copy color: '#175242'

red 23 ◦ green 82 ◦ blue 66

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

Shades of Deep Teal #175242

Tints of Deep Teal #175242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 13.45%
G = 47.95%
B = 38.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#175242 (or 0x175242) is known color: Deep Teal. HEX triplet: 17, 52 and 42. RGB value is (23,82,66). Sum of RGB (Red+Green+Blue) = 23+82+66=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #175242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175242 is #E8ADBD. Grayscale: #3E3E3E. Windows color (decimal): -15248830 or 4346391. OLE color: 4346391.

HSL color Cylindrical-coordinate representation of color #175242: hue angle of 163.73º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175242 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 82 66 -
CMYK 0.72 0 0.20 0.68
HSL 163.73º 0.56% 0.21% -
HSV(B) 163.73º 0.72% 0.32% -
XYZ 4.35 6.61 6.2 -
YUV 62.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 23 82 66 0.72 0 0.20 0.68 163.73 0.56 0.21
Hex 17 52 42 48 0 14 44 A4 38 15
Octal 27 122 102 110 0 24 104 244 70 25
Binary 10111 1010010 1000010 1001000 0 10100 1000100 10100100 111000 10101

Color Harmonies of #175242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175242

Black with #175242

Text Example


Text Example

White with #175242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175242; }

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

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

background-color css

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

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

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

border-color css

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

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

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