Html Css Color HEX #157475 Elm

📋 copy color: '#157475'

red 21 ◦ green 116 ◦ blue 117

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

Shades of Elm #157475

Tints of Elm #157475

RGB

 RED value IS 21 (8.59% from 255) = 8.27%

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 8.27%
G = 45.67%
B = 46.06%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#157475 (or 0x157475) is known color: Elm. HEX triplet: 15, 74 and 75. RGB value is (21,116,117). Sum of RGB (Red+Green+Blue) = 21+116+117=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #157475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157475 is #EA8B8A. Grayscale: #575757. Windows color (decimal): -15371147 or 7697429. OLE color: 7697429.

HSL color Cylindrical-coordinate representation of color #157475: hue angle of 180.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157475 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 116 117 -
CMYK 0.82 0.01 0 0.54
HSL 180.63º 0.7% 0.27% -
HSV(B) 180.63º 0.82% 0.46% -
XYZ 9.77 13.93 19 -
YUV 87.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 21 116 117 0.82 0.01 0 0.54 180.63 0.7 0.27
Hex 15 74 75 52 1 0 36 B5 46 1B
Octal 25 164 165 122 1 0 66 265 106 33
Binary 10101 1110100 1110101 1010010 1 0 110110 10110101 1000110 11011

Color Harmonies of #157475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157475

Black with #157475

Text Example


Text Example

White with #157475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157475; }

 p { color: rgb(21,116,117); }

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

background-color css

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

 a { background-color: rgb(21,116,117); }

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

border-color css

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

 span { border-color: rgb(21,116,117); }

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