Html Css Color HEX #158B89 Dark Cyan

📋 copy color: '#158B89'

red 21 ◦ green 139 ◦ blue 137

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

Shades of Dark Cyan #158B89

Tints of Dark Cyan #158B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 7.07%
G = 46.8%
B = 46.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#158B89 (or 0x158B89) is known color: Dark Cyan. HEX triplet: 15, 8B and 89. RGB value is (21,139,137). Sum of RGB (Red+Green+Blue) = 21+139+137=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #158B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B89 is #EA7476. Grayscale: #676767. Windows color (decimal): -15365239 or 9014037. OLE color: 9014037.

HSL color Cylindrical-coordinate representation of color #158B89: hue angle of 178.98º 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 #158B89 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 139 137 -
CMYK 0.85 0 0.01 0.45
HSL 178.98º 0.74% 0.31% -
HSV(B) 178.98º 0.85% 0.55% -
XYZ 14.06 20.43 26.87 -
YUV 103.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 21 139 137 0.85 0 0.01 0.45 178.98 0.74 0.31
Hex 15 8B 89 55 0 1 2D B3 4A 1F
Octal 25 213 211 125 0 1 55 263 112 37
Binary 10101 10001011 10001001 1010101 0 1 101101 10110011 1001010 11111

Color Harmonies of #158B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B89

Black with #158B89

Text Example


Text Example

White with #158B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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