#108789

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

Shades of Dark Cyan #108789

Tints of Dark Cyan #108789

Color information

#108789 (or 0x108789) is unknown color: approx Dark Cyan. HEX triplet: 10, 87 and 89. RGB value is (16,135,137). Sum of RGB (Red+Green+Blue) = 16+135+137=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #108789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108789 is #EF7876. Grayscale: #636363. Windows color (decimal): -15693943 or 9013008. OLE color: 9013008.

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

Color convert

RGB16135137-
CMYK0.880.0100.46
HSL180.99º79.08%30%-
HSV(B)180.99º88.32%53.73%-
XYZ13.3919.2426.68-
YUV99.65149.0868.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=5.56%
G=46.88%
B=47.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161351370.880.0100.46180.9979.0830
Hex10878958102Eb54f1e
Octal20207211130105626511736
Binary10000100001111000100110110001010111010110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108789; }

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

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

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

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

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

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

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

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