Html Css Color HEX #108B80 Dark Cyan

📋 copy color: '#108B80'

red 16 ◦ green 139 ◦ blue 128

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

Shades of Dark Cyan #108B80

Tints of Dark Cyan #108B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.12%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 5.65%
G = 49.12%
B = 45.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#108B80 (or 0x108B80) is known color: Dark Cyan. HEX triplet: 10, 8B and 80. RGB value is (16,139,128). Sum of RGB (Red+Green+Blue) = 16+139+128=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #108B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108B80 is #EF747F. Grayscale: #646464. Windows color (decimal): -15692928 or 8424208. OLE color: 8424208.

HSL color Cylindrical-coordinate representation of color #108B80: hue angle of 174.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B80 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 139 128 -
CMYK 0.88 0 0.08 0.45
HSL 174.63º 0.79% 0.3% -
HSV(B) 174.63º 0.88% 0.55% -
XYZ 13.34 20.13 23.61 -
YUV 100.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 16 139 128 0.88 0 0.08 0.45 174.63 0.79 0.3
Hex 10 8B 80 58 0 8 2D AF 4F 1E
Octal 20 213 200 130 0 10 55 257 117 36
Binary 10000 10001011 10000000 1011000 0 1000 101101 10101111 1001111 11110

Color Harmonies of #108B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B80

Black with #108B80

Text Example


Text Example

White with #108B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,139,128); }

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

background-color css

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

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

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

border-color css

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

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

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