Html Css Color HEX #157677 Elm

📋 copy color: '#157677'

red 21 ◦ green 118 ◦ blue 119

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

Shades of Elm #157677

Tints of Elm #157677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 8.14%
G = 45.74%
B = 46.12%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157677 (or 0x157677) is known color: Elm. HEX triplet: 15, 76 and 77. RGB value is (21,118,119). Sum of RGB (Red+Green+Blue) = 21+118+119=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #157677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157677 is #EA8988. Grayscale: #595959. Windows color (decimal): -15370633 or 7829013. OLE color: 7829013.

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

Color convert

RGB 21 118 119 -
CMYK 0.82 0.01 0 0.53
HSL 180.61º 0.7% 0.27% -
HSV(B) 180.61º 0.82% 0.47% -
XYZ 10.12 14.45 19.71 -
YUV 89.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 21 118 119 0.82 0.01 0 0.53 180.61 0.7 0.27
Hex 15 76 77 52 1 0 35 B5 46 1B
Octal 25 166 167 122 1 0 65 265 106 33
Binary 10101 1110110 1110111 1010010 1 0 110101 10110101 1000110 11011

Color Harmonies of #157677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157677

Black with #157677

Text Example


Text Example

White with #157677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157677; }

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

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

background-color css

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

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

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

border-color css

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

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

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