#188B86

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

Shades of Dark Cyan #188B86

Tints of Dark Cyan #188B86

Color information

#188B86 (or 0x188B86) is unknown color: approx Dark Cyan. HEX triplet: 18, 8B and 86. RGB value is (24,139,134). Sum of RGB (Red+Green+Blue) = 24+139+134=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #188B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B86 is #E77479. Grayscale: #676767. Windows color (decimal): -15168634 or 8817432. OLE color: 8817432.

HSL color Cylindrical-coordinate representation of color #188B86: hue angle of 177.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188B86 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB24139134-
CMYK0.8300.040.45
HSL177.39º70.55%31.96%-
HSV(B)177.39º82.73%54.51%-
XYZ13.9120.3825.75-
YUV104.04144.970.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=8.08%
G=46.80%
B=45.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241391340.8300.040.45177.3970.5531.96
Hex188B8653042Db14720
Octal30213206123045526110740
Binary11000100010111000011010100110100101101101100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188B86; }

 p { color: rgb(24,139,134); }

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

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

 a { background-color: rgb(24,139,134); }

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

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

 span { border-color: rgb(24,139,134); }

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