Html Css Color HEX #158B82 Dark Cyan

📋 copy color: '#158B82'

red 21 ◦ green 139 ◦ blue 130

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

Shades of Dark Cyan #158B82

Tints of Dark Cyan #158B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

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

R = 7.24%
G = 47.93%
B = 44.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#158B82 (or 0x158B82) is known color: Dark Cyan. HEX triplet: 15, 8B and 82. RGB value is (21,139,130). Sum of RGB (Red+Green+Blue) = 21+139+130=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #158B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B82 is #EA747D. Grayscale: #666666. Windows color (decimal): -15365246 or 8555285. OLE color: 8555285.

HSL color Cylindrical-coordinate representation of color #158B82: hue angle of 175.42º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B82 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 139 130 -
CMYK 0.85 0 0.06 0.45
HSL 175.42º 0.74% 0.31% -
HSV(B) 175.42º 0.85% 0.55% -
XYZ 13.57 20.24 24.31 -
YUV 102.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 21 139 130 0.85 0 0.06 0.45 175.42 0.74 0.31
Hex 15 8B 82 55 0 6 2D AF 4A 1F
Octal 25 213 202 125 0 6 55 257 112 37
Binary 10101 10001011 10000010 1010101 0 110 101101 10101111 1001010 11111

Color Harmonies of #158B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B82

Black with #158B82

Text Example


Text Example

White with #158B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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