Html Css Color HEX #108D8D Dark Cyan

📋 copy color: '#108D8D'

red 16 ◦ green 141 ◦ blue 141

#108D8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #108D8D

Tints of Dark Cyan #108D8D

RGB

 RED value IS 16 (6.64% from 255) = 5.37%

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 141 (55.47% from 255) = 47.32%

R = 5.37%
G = 47.32%
B = 47.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#108D8D (or 0x108D8D) is known color: Dark Cyan. HEX triplet: 10, 8D and 8D. RGB value is (16,141,141). Sum of RGB (Red+Green+Blue) = 16+141+141=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #108D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D8D is #EF7272. Grayscale: #676767. Windows color (decimal): -15692403 or 9276688. OLE color: 9276688.

HSL color Cylindrical-coordinate representation of color #108D8D: hue angle of 180º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D8D is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 141 141 -
CMYK 0.89 0 0 0.45
HSL 180º 0.8% 0.31% -
HSV(B) 180º 0.89% 0.55% -
XYZ 14.55 21.08 28.5 -
YUV 103.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 16 141 141 0.89 0 0 0.45 180 0.8 0.31
Hex 10 8D 8D 59 0 0 2D B4 50 1F
Octal 20 215 215 131 0 0 55 264 120 37
Binary 10000 10001101 10001101 1011001 0 0 101101 10110100 1010000 11111

Color Harmonies of #108D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108D8D

Black with #108D8D

Text Example


Text Example

White with #108D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108D8D;
 }
 .AnyTagClassName
 {
   color: #108D8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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