Html Css Color HEX #158390 Dark Cyan

📋 copy color: '#158390'

red 21 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #158390

Tints of Dark Cyan #158390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 7.09%
G = 44.26%
B = 48.65%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158390 (or 0x158390) is known color: Dark Cyan. HEX triplet: 15, 83 and 90. RGB value is (21,131,144). Sum of RGB (Red+Green+Blue) = 21+131+144=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #158390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158390 is #EA7C6F. Grayscale: #636363. Windows color (decimal): -15367280 or 9470741. OLE color: 9470741.

HSL color Cylindrical-coordinate representation of color #158390: hue angle of 186.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158390 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 131 144 -
CMYK 0.85 0.09 0 0.44
HSL 186.34º 0.75% 0.32% -
HSV(B) 186.34º 0.85% 0.56% -
XYZ 13.46 18.41 29.23 -
YUV 99.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 21 131 144 0.85 0.09 0 0.44 186.34 0.75 0.32
Hex 15 83 90 55 9 0 2C BA 4B 20
Octal 25 203 220 125 11 0 54 272 113 40
Binary 10101 10000011 10010000 1010101 1001 0 101100 10111010 1001011 100000

Color Harmonies of #158390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158390

Black with #158390

Text Example


Text Example

White with #158390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158390; }

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

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

background-color css

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

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

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

border-color css

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

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

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