#108487

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

Shades of Dark Cyan #108487

Tints of Dark Cyan #108487

Color information

#108487 (or 0x108487) is unknown color: approx Dark Cyan. HEX triplet: 10, 84 and 87. RGB value is (16,132,135). Sum of RGB (Red+Green+Blue) = 16+132+135=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #108487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108487 is #EF7B78. Grayscale: #616161. Windows color (decimal): -15694713 or 8881168. OLE color: 8881168.

HSL color Cylindrical-coordinate representation of color #108487: hue angle of 181.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108487 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB16132135-
CMYK0.880.0200.47
HSL181.51º78.81%29.61%-
HSV(B)181.51º88.15%52.94%-
XYZ12.8418.3625.79-
YUV97.66149.0769.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.65%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=5.65%
G=46.64%
B=47.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161321350.880.0200.47181.5178.8129.61
Hex10848758202Fb64f1e
Octal20204207130205726611736
Binary100001000010010000111101100010010111110110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108487; }

 p { color: rgb(16,132,135); }

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

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

 a { background-color: rgb(16,132,135); }

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

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

 span { border-color: rgb(16,132,135); }

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