#158190

Color #158190 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #158190

Tints of Dark Cyan #158190

Color information

#158190 (or 0x158190) is unknown color: approx Dark Cyan. HEX triplet: 15, 81 and 90. RGB value is (21,129,144). Sum of RGB (Red+Green+Blue) = 21+129+144=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #158190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158190 is #EA7E6F. Grayscale: #626262. Windows color (decimal): -15367792 or 9470229. OLE color: 9470229.

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

Color convert

RGB21129144-
CMYK0.850.1000.44
HSL187.32º74.55%32.35%-
HSV(B)187.32º85.42%56.47%-
XYZ13.1917.8729.14-
YUV98.42153.7272.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=7.14%
G=43.88%
B=48.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211291440.850.1000.44187.3274.5532.35
Hex15819055A02Cbb4b20
Octal252012201251205427311340
Binary101011000000110010000101010110100101100101110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158190; }

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

 H1.HeaderClassName
 {
   color: #158190;
 }
 .AnyTagClassName
 {
   color: #158190;
 }
</style>
background-color css

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

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

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

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

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

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