Html Css Color HEX #175F48 Jewel

📋 copy color: '#175F48'

red 23 ◦ green 95 ◦ blue 72

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

Shades of Jewel #175F48

Tints of Jewel #175F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 12.11%
G = 50%
B = 37.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#175F48 (or 0x175F48) is known color: Jewel. HEX triplet: 17, 5F and 48. RGB value is (23,95,72). Sum of RGB (Red+Green+Blue) = 23+95+72=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #175F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175F48 is #E8A0B7. Grayscale: #464646. Windows color (decimal): -15245496 or 4742935. OLE color: 4742935.

HSL color Cylindrical-coordinate representation of color #175F48: hue angle of 160.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F48 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 95 72 -
CMYK 0.76 0 0.24 0.63
HSL 160.83º 0.61% 0.23% -
HSV(B) 160.83º 0.76% 0.37% -
XYZ 5.62 8.83 7.54 -
YUV 70.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 23 95 72 0.76 0 0.24 0.63 160.83 0.61 0.23
Hex 17 5F 48 4C 0 18 3F A1 3D 17
Octal 27 137 110 114 0 30 77 241 75 27
Binary 10111 1011111 1001000 1001100 0 11000 111111 10100001 111101 10111

Color Harmonies of #175F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F48

Black with #175F48

Text Example


Text Example

White with #175F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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