#108D92

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

Shades of Dark Cyan #108D92

Tints of Dark Cyan #108D92

Color information

#108D92 (or 0x108D92) is unknown color: approx Dark Cyan. HEX triplet: 10, 8D and 92. RGB value is (16,141,146). Sum of RGB (Red+Green+Blue) = 16+141+146=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #108D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D92 is #EF726D. Grayscale: #686868. Windows color (decimal): -15692398 or 9604368. OLE color: 9604368.

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

Color convert

RGB16141146-
CMYK0.890.0300.43
HSL182.31º80.25%31.76%-
HSV(B)182.31º89.04%57.25%-
XYZ14.9321.2430.51-
YUV104.2151.5965.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=5.28%
G=46.53%
B=48.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161411460.890.0300.43182.3180.2531.76
Hex108D9259302Bb65020
Octal20215222131305326612040
Binary1000010001101100100101011001110101011101101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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