#108D94

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

Shades of Dark Cyan #108D94

Tints of Dark Cyan #108D94

Color information

#108D94 (or 0x108D94) is unknown color: approx Dark Cyan. HEX triplet: 10, 8D and 94. RGB value is (16,141,148). Sum of RGB (Red+Green+Blue) = 16+141+148=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #108D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D94 is #EF726B. Grayscale: #686868. Windows color (decimal): -15692396 or 9735440. OLE color: 9735440.

HSL color Cylindrical-coordinate representation of color #108D94: hue angle of 183.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D94 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16141148-
CMYK0.890.0500.42
HSL183.18º80.49%32.16%-
HSV(B)183.18º89.19%58.04%-
XYZ15.0821.331.33-
YUV104.42152.5964.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=5.25%
G=46.23%
B=48.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161411480.890.0500.42183.1880.4932.16
Hex108D9459502Ab75020
Octal20215224131505226712040
Binary10000100011011001010010110011010101010101101111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D94; }

 p { color: rgb(16,141,148); }

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

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

 a { background-color: rgb(16,141,148); }

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

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

 span { border-color: rgb(16,141,148); }

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