Html Css Color HEX #158690 Dark Cyan

📋 copy color: '#158690'

red 21 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #158690

Tints of Dark Cyan #158690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 7.02%
G = 44.82%
B = 48.16%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158690 (or 0x158690) is known color: Dark Cyan. HEX triplet: 15, 86 and 90. RGB value is (21,134,144). Sum of RGB (Red+Green+Blue) = 21+134+144=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #158690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158690 is #EA796F. Grayscale: #656565. Windows color (decimal): -15366512 or 9471509. OLE color: 9471509.

HSL color Cylindrical-coordinate representation of color #158690: hue angle of 184.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158690 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 134 144 -
CMYK 0.85 0.07 0 0.44
HSL 184.88º 0.75% 0.32% -
HSV(B) 184.88º 0.85% 0.56% -
XYZ 13.87 19.22 29.37 -
YUV 101.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 21 134 144 0.85 0.07 0 0.44 184.88 0.75 0.32
Hex 15 86 90 55 7 0 2C B9 4B 20
Octal 25 206 220 125 7 0 54 271 113 40
Binary 10101 10000110 10010000 1010101 111 0 101100 10111001 1001011 100000

Color Harmonies of #158690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158690

Black with #158690

Text Example


Text Example

White with #158690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158690; }

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

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

background-color css

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

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

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

border-color css

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

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

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