Html Css Color HEX #157A76 Elm

📋 copy color: '#157A76'

red 21 ◦ green 122 ◦ blue 118

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

Shades of Elm #157A76

Tints of Elm #157A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

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

R = 8.05%
G = 46.74%
B = 45.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#157A76 (or 0x157A76) is known color: Elm. HEX triplet: 15, 7A and 76. RGB value is (21,122,118). Sum of RGB (Red+Green+Blue) = 21+122+118=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #157A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A76 is #EA8589. Grayscale: #5B5B5B. Windows color (decimal): -15369610 or 7764501. OLE color: 7764501.

HSL color Cylindrical-coordinate representation of color #157A76: hue angle of 177.62º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157A76 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 122 118 -
CMYK 0.83 0 0.03 0.52
HSL 177.62º 0.71% 0.28% -
HSV(B) 177.62º 0.83% 0.48% -
XYZ 10.54 15.39 19.55 -
YUV 91.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 21 122 118 0.83 0 0.03 0.52 177.62 0.71 0.28
Hex 15 7A 76 53 0 3 34 B2 47 1C
Octal 25 172 166 123 0 3 64 262 107 34
Binary 10101 1111010 1110110 1010011 0 11 110100 10110010 1000111 11100

Color Harmonies of #157A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157A76

Black with #157A76

Text Example


Text Example

White with #157A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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