Html Css Color HEX #158689 Dark Cyan

📋 copy color: '#158689'

red 21 ◦ green 134 ◦ blue 137

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

Shades of Dark Cyan #158689

Tints of Dark Cyan #158689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 7.19%
G = 45.89%
B = 46.92%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#158689 (or 0x158689) is known color: Dark Cyan. HEX triplet: 15, 86 and 89. RGB value is (21,134,137). Sum of RGB (Red+Green+Blue) = 21+134+137=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #158689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158689 is #EA7976. Grayscale: #646464. Windows color (decimal): -15366519 or 9012757. OLE color: 9012757.

HSL color Cylindrical-coordinate representation of color #158689: hue angle of 181.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158689 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 134 137 -
CMYK 0.85 0.02 0 0.46
HSL 181.55º 0.73% 0.31% -
HSV(B) 181.55º 0.85% 0.54% -
XYZ 13.35 19.02 26.63 -
YUV 100.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 21 134 137 0.85 0.02 0 0.46 181.55 0.73 0.31
Hex 15 86 89 55 2 0 2E B6 49 1F
Octal 25 206 211 125 2 0 56 266 111 37
Binary 10101 10000110 10001001 1010101 10 0 101110 10110110 1001001 11111

Color Harmonies of #158689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158689

Black with #158689

Text Example


Text Example

White with #158689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158689; }

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

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

background-color css

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

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

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

border-color css

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

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

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