Html Css Color HEX #158490 Dark Cyan

📋 copy color: '#158490'

red 21 ◦ green 132 ◦ blue 144

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

Shades of Dark Cyan #158490

Tints of Dark Cyan #158490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 7.07%
G = 44.44%
B = 48.48%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158490 (or 0x158490) is known color: Dark Cyan. HEX triplet: 15, 84 and 90. RGB value is (21,132,144). Sum of RGB (Red+Green+Blue) = 21+132+144=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #158490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158490 is #EA7B6F. Grayscale: #646464. Windows color (decimal): -15367024 or 9470997. OLE color: 9470997.

HSL color Cylindrical-coordinate representation of color #158490: hue angle of 185.85º 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 #158490 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 132 144 -
CMYK 0.85 0.08 0 0.44
HSL 185.85º 0.75% 0.32% -
HSV(B) 185.85º 0.85% 0.56% -
XYZ 13.59 18.68 29.27 -
YUV 100.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 21 132 144 0.85 0.08 0 0.44 185.85 0.75 0.32
Hex 15 84 90 55 8 0 2C BA 4B 20
Octal 25 204 220 125 10 0 54 272 113 40
Binary 10101 10000100 10010000 1010101 1000 0 101100 10111010 1001011 100000

Color Harmonies of #158490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158490

Black with #158490

Text Example


Text Example

White with #158490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158490; }

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

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

background-color css

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

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

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

border-color css

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

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

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