Html Css Color HEX #157C7B Elm

📋 copy color: '#157C7B'

red 21 ◦ green 124 ◦ blue 123

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

Shades of Elm #157C7B

Tints of Elm #157C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 7.84%
G = 46.27%
B = 45.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#157C7B (or 0x157C7B) is known color: Elm. HEX triplet: 15, 7C and 7B. RGB value is (21,124,123). Sum of RGB (Red+Green+Blue) = 21+124+123=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #157C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C7B is #EA8384. Grayscale: #5C5C5C. Windows color (decimal): -15369093 or 8092693. OLE color: 8092693.

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

Color convert

RGB 21 124 123 -
CMYK 0.83 0 0.01 0.51
HSL 179.42º 0.71% 0.28% -
HSV(B) 179.42º 0.83% 0.49% -
XYZ 11.09 16 21.24 -
YUV 93.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 21 124 123 0.83 0 0.01 0.51 179.42 0.71 0.28
Hex 15 7C 7B 53 0 1 33 B3 47 1C
Octal 25 174 173 123 0 1 63 263 107 34
Binary 10101 1111100 1111011 1010011 0 1 110011 10110011 1000111 11100

Color Harmonies of #157C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C7B

Black with #157C7B

Text Example


Text Example

White with #157C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,124,123); }

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

background-color css

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

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

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

border-color css

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

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

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