Html Css Color HEX #158696 Eastern Blue

📋 copy color: '#158696'

red 21 ◦ green 134 ◦ blue 150

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

Shades of Eastern Blue #158696

Tints of Eastern Blue #158696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 6.89%
G = 43.93%
B = 49.18%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158696 (or 0x158696) is known color: Eastern Blue. HEX triplet: 15, 86 and 96. RGB value is (21,134,150). Sum of RGB (Red+Green+Blue) = 21+134+150=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #158696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158696 is #EA7969. Grayscale: #656565. Windows color (decimal): -15366506 or 9864725. OLE color: 9864725.

HSL color Cylindrical-coordinate representation of color #158696: hue angle of 187.44º degrees, saturation: 0.75, 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 #158696 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 134 150 -
CMYK 0.86 0.11 0 0.41
HSL 187.44º 0.75% 0.34% -
HSV(B) 187.44º 0.86% 0.59% -
XYZ 14.34 19.41 31.85 -
YUV 102.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 21 134 150 0.86 0.11 0 0.41 187.44 0.75 0.34
Hex 15 86 96 56 B 0 29 BB 4B 22
Octal 25 206 226 126 13 0 51 273 113 42
Binary 10101 10000110 10010110 1010110 1011 0 101001 10111011 1001011 100010

Color Harmonies of #158696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158696

Black with #158696

Text Example


Text Example

White with #158696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158696; }

 p { color: rgb(21,134,150); }

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

background-color css

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

 a { background-color: rgb(21,134,150); }

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

border-color css

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

 span { border-color: rgb(21,134,150); }

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