Html Css Color HEX #158487 Dark Cyan

📋 copy color: '#158487'

red 21 ◦ green 132 ◦ blue 135

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

Shades of Dark Cyan #158487

Tints of Dark Cyan #158487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 7.29%
G = 45.83%
B = 46.88%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#158487 (or 0x158487) is known color: Dark Cyan. HEX triplet: 15, 84 and 87. RGB value is (21,132,135). Sum of RGB (Red+Green+Blue) = 21+132+135=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #158487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158487 is #EA7B78. Grayscale: #636363. Windows color (decimal): -15367033 or 8881173. OLE color: 8881173.

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

Color convert

RGB 21 132 135 -
CMYK 0.84 0.02 0 0.47
HSL 181.58º 0.73% 0.31% -
HSV(B) 181.58º 0.84% 0.53% -
XYZ 12.93 18.41 25.79 -
YUV 99.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 21 132 135 0.84 0.02 0 0.47 181.58 0.73 0.31
Hex 15 84 87 54 2 0 2F B6 49 1F
Octal 25 204 207 124 2 0 57 266 111 37
Binary 10101 10000100 10000111 1010100 10 0 101111 10110110 1001001 11111

Color Harmonies of #158487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158487

Black with #158487

Text Example


Text Example

White with #158487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158487; }

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

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

background-color css

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

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

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

border-color css

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

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

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