Html Css Color HEX #157F7A Elm

📋 copy color: '#157F7A'

red 21 ◦ green 127 ◦ blue 122

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

Shades of Elm #157F7A

Tints of Elm #157F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 7.78%
G = 47.04%
B = 45.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#157F7A (or 0x157F7A) is known color: Elm. HEX triplet: 15, 7F and 7A. RGB value is (21,127,122). Sum of RGB (Red+Green+Blue) = 21+127+122=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #157F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F7A is #EA8085. Grayscale: #5E5E5E. Windows color (decimal): -15368326 or 8027925. OLE color: 8027925.

HSL color Cylindrical-coordinate representation of color #157F7A: hue angle of 177.17º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F7A is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 127 122 -
CMYK 0.83 0 0.04 0.50
HSL 177.17º 0.72% 0.29% -
HSV(B) 177.17º 0.83% 0.5% -
XYZ 11.41 16.74 21.04 -
YUV 94.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 21 127 122 0.83 0 0.04 0.50 177.17 0.72 0.29
Hex 15 7F 7A 53 0 4 32 B1 48 1D
Octal 25 177 172 123 0 4 62 261 110 35
Binary 10101 1111111 1111010 1010011 0 100 110010 10110001 1001000 11101

Color Harmonies of #157F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157F7A

Black with #157F7A

Text Example


Text Example

White with #157F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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