#188786

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

Shades of Dark Cyan #188786

Tints of Dark Cyan #188786

Color information

#188786 (or 0x188786) is unknown color: approx Dark Cyan. HEX triplet: 18, 87 and 86. RGB value is (24,135,134). Sum of RGB (Red+Green+Blue) = 24+135+134=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #188786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188786 is #E77879. Grayscale: #656565. Windows color (decimal): -15169658 or 8816408. OLE color: 8816408.

HSL color Cylindrical-coordinate representation of color #188786: hue angle of 179.46º 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 #188786 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB24135134-
CMYK0.8200.010.47
HSL179.46º69.81%31.18%-
HSV(B)179.46º82.22%52.94%-
XYZ13.3419.2425.57-
YUV101.7146.2372.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=8.19%
G=46.08%
B=45.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241351340.8200.010.47179.4669.8131.18
Hex18878652012Fb3461f
Octal30207206122015726310637
Binary11000100001111000011010100100110111110110011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188786; }

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

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

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

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

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

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

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

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