Html Css Color HEX #158982 Dark Cyan

📋 copy color: '#158982'

red 21 ◦ green 137 ◦ blue 130

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

Shades of Dark Cyan #158982

Tints of Dark Cyan #158982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

 BLUE value IS 130 (51.17% from 255) = 45.14%

R = 7.29%
G = 47.57%
B = 45.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#158982 (or 0x158982) is known color: Dark Cyan. HEX triplet: 15, 89 and 82. RGB value is (21,137,130). Sum of RGB (Red+Green+Blue) = 21+137+130=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #158982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158982 is #EA767D. Grayscale: #656565. Windows color (decimal): -15365758 or 8554773. OLE color: 8554773.

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

Color convert

RGB 21 137 130 -
CMYK 0.85 0 0.05 0.46
HSL 176.38º 0.73% 0.31% -
HSV(B) 176.38º 0.85% 0.54% -
XYZ 13.28 19.66 24.21 -
YUV 101.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 21 137 130 0.85 0 0.05 0.46 176.38 0.73 0.31
Hex 15 89 82 55 0 5 2E B0 49 1F
Octal 25 211 202 125 0 5 56 260 111 37
Binary 10101 10001001 10000010 1010101 0 101 101110 10110000 1001001 11111

Color Harmonies of #158982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158982

Black with #158982

Text Example


Text Example

White with #158982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158982; }

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

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

background-color css

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

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

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

border-color css

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

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

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