Html Css Color HEX #157676 Elm

📋 copy color: '#157676'

red 21 ◦ green 118 ◦ blue 118

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

Shades of Elm #157676

Tints of Elm #157676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 8.17%
G = 45.91%
B = 45.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#157676 (or 0x157676) is known color: Elm. HEX triplet: 15, 76 and 76. RGB value is (21,118,118). Sum of RGB (Red+Green+Blue) = 21+118+118=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #157676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157676 is #EA8989. Grayscale: #585858. Windows color (decimal): -15370634 or 7763477. OLE color: 7763477.

HSL color Cylindrical-coordinate representation of color #157676: hue angle of 180º 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 #157676 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 118 -
CMYK 0.82 0 0 0.54
HSL 180º 0.7% 0.27% -
HSV(B) 180º 0.82% 0.46% -
XYZ 10.06 14.42 19.39 -
YUV 89 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 21 118 118 0.82 0 0 0.54 180 0.7 0.27
Hex 15 76 76 52 0 0 36 B4 46 1B
Octal 25 166 166 122 0 0 66 264 106 33
Binary 10101 1110110 1110110 1010010 0 0 110110 10110100 1000110 11011

Color Harmonies of #157676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157676

Black with #157676

Text Example


Text Example

White with #157676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157676; }

 p { color: rgb(21,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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