#158390

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

Shades of Dark Cyan #158390

Tints of Dark Cyan #158390

Color information

#158390 (or 0x158390) is unknown color: approx 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

RGB21131144-
CMYK0.850.0900.44
HSL186.34º74.55%32.35%-
HSV(B)186.34º85.42%56.47%-
XYZ13.4618.4129.23-
YUV99.59153.0671.94-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211311440.850.0900.44186.3474.5532.35
Hex15839055902Cba4b20
Octal252032201251105427211340
Binary101011000001110010000101010110010101100101110101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>