Html Css Color HEX #158389 Dark Cyan

📋 copy color: '#158389'

red 21 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #158389

Tints of Dark Cyan #158389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

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

R = 7.27%
G = 45.33%
B = 47.4%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#158389 (or 0x158389) is known color: Dark Cyan. HEX triplet: 15, 83 and 89. RGB value is (21,131,137). Sum of RGB (Red+Green+Blue) = 21+131+137=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #158389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158389 is #EA7C76. Grayscale: #626262. Windows color (decimal): -15367287 or 9011989. OLE color: 9011989.

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

Color convert

RGB 21 131 137 -
CMYK 0.85 0.04 0 0.46
HSL 183.1º 0.73% 0.31% -
HSV(B) 183.1º 0.85% 0.54% -
XYZ 12.94 18.2 26.5 -
YUV 98.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 21 131 137 0.85 0.04 0 0.46 183.1 0.73 0.31
Hex 15 83 89 55 4 0 2E B7 49 1F
Octal 25 203 211 125 4 0 56 267 111 37
Binary 10101 10000011 10001001 1010101 100 0 101110 10110111 1001001 11111

Color Harmonies of #158389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158389

Black with #158389

Text Example


Text Example

White with #158389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158389; }

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

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

background-color css

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

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

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

border-color css

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

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

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