Html Css Color HEX #158997 Eastern Blue

📋 copy color: '#158997'

red 21 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #158997

Tints of Eastern Blue #158997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 6.8%
G = 44.34%
B = 48.87%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158997 (or 0x158997) is known color: Eastern Blue. HEX triplet: 15, 89 and 97. RGB value is (21,137,151). Sum of RGB (Red+Green+Blue) = 21+137+151=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #158997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158997 is #EA7668. Grayscale: #676767. Windows color (decimal): -15365737 or 9931029. OLE color: 9931029.

HSL color Cylindrical-coordinate representation of color #158997: hue angle of 186.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158997 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 137 151 -
CMYK 0.86 0.09 0 0.41
HSL 186.46º 0.76% 0.34% -
HSV(B) 186.46º 0.86% 0.59% -
XYZ 14.84 20.29 32.41 -
YUV 103.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 21 137 151 0.86 0.09 0 0.41 186.46 0.76 0.34
Hex 15 89 97 56 9 0 29 BA 4C 22
Octal 25 211 227 126 11 0 51 272 114 42
Binary 10101 10001001 10010111 1010110 1001 0 101001 10111010 1001100 100010

Color Harmonies of #158997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158997

Black with #158997

Text Example


Text Example

White with #158997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158997; }

 p { color: rgb(21,137,151); }

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

background-color css

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

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

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

border-color css

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

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

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