#188587

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

Shades of Dark Cyan #188587

Tints of Dark Cyan #188587

Color information

#188587 (or 0x188587) is unknown color: approx Dark Cyan. HEX triplet: 18, 85 and 87. RGB value is (24,133,135). Sum of RGB (Red+Green+Blue) = 24+133+135=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #188587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188587 is #E77A78. Grayscale: #646464. Windows color (decimal): -15170169 or 8881432. OLE color: 8881432.

HSL color Cylindrical-coordinate representation of color #188587: hue angle of 181.08º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188587 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24133135-
CMYK0.820.0100.47
HSL181.08º69.81%31.18%-
HSV(B)181.08º82.22%52.94%-
XYZ13.1418.7225.84-
YUV100.64147.3973.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.22%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=8.22%
G=45.55%
B=46.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241331350.820.0100.47181.0869.8131.18
Hex18858752102Fb5461f
Octal30205207122105726510637
Binary11000100001011000011110100101010111110110101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188587; }

 p { color: rgb(24,133,135); }

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

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

 a { background-color: rgb(24,133,135); }

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

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

 span { border-color: rgb(24,133,135); }

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