Html Css Color HEX #109180 Dark Cyan

📋 copy color: '#109180'

red 16 ◦ green 145 ◦ blue 128

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

Shades of Dark Cyan #109180

Tints of Dark Cyan #109180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

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

R = 5.54%
G = 50.17%
B = 44.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#109180 (or 0x109180) is known color: Dark Cyan. HEX triplet: 10, 91 and 80. RGB value is (16,145,128). Sum of RGB (Red+Green+Blue) = 16+145+128=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #109180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109180 is #EF6E7F. Grayscale: #686868. Windows color (decimal): -15691392 or 8425744. OLE color: 8425744.

HSL color Cylindrical-coordinate representation of color #109180: hue angle of 172.09º 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 #109180 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 145 128 -
CMYK 0.89 0 0.12 0.43
HSL 172.09º 0.8% 0.32% -
HSV(B) 172.09º 0.89% 0.57% -
XYZ 14.24 21.92 23.9 -
YUV 104.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 16 145 128 0.89 0 0.12 0.43 172.09 0.8 0.32
Hex 10 91 80 59 0 C 2B AC 50 20
Octal 20 221 200 131 0 14 53 254 120 40
Binary 10000 10010001 10000000 1011001 0 1100 101011 10101100 1010000 100000

Color Harmonies of #109180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109180

Black with #109180

Text Example


Text Example

White with #109180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109180; }

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

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

background-color css

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

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

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

border-color css

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

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

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