#188D82

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

Shades of Dark Cyan #188D82

Tints of Dark Cyan #188D82

Color information

#188D82 (or 0x188D82) is unknown color: approx Dark Cyan. HEX triplet: 18, 8D and 82. RGB value is (24,141,130). Sum of RGB (Red+Green+Blue) = 24+141+130=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #188D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D82 is #E7727D. Grayscale: #686868. Windows color (decimal): -15168126 or 8555800. OLE color: 8555800.

HSL color Cylindrical-coordinate representation of color #188D82: hue angle of 174.36º 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 #188D82 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB24141130-
CMYK0.8300.080.45
HSL174.36º70.91%32.35%-
HSV(B)174.36º82.98%55.29%-
XYZ13.9320.8624.41-
YUV104.76142.2470.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=8.14%
G=47.80%
B=44.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241411300.8300.080.45174.3670.9132.35
Hex188D8253082Dae4720
Octal302152021230105525610740
Binary110001000110110000010101001101000101101101011101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,141,130); }

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

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

 a { background-color: rgb(24,141,130); }

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

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

 span { border-color: rgb(24,141,130); }

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