Html Css Color HEX #109080 Dark Cyan

📋 copy color: '#109080'

red 16 ◦ green 144 ◦ blue 128

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

Shades of Dark Cyan #109080

Tints of Dark Cyan #109080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

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

R = 5.56%
G = 50%
B = 44.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#109080 (or 0x109080) is known color: Dark Cyan. HEX triplet: 10, 90 and 80. RGB value is (16,144,128). Sum of RGB (Red+Green+Blue) = 16+144+128=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #109080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109080 is #EF6F7F. Grayscale: #676767. Windows color (decimal): -15691648 or 8425488. OLE color: 8425488.

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

Color convert

RGB 16 144 128 -
CMYK 0.89 0 0.11 0.44
HSL 172.5º 0.8% 0.31% -
HSV(B) 172.5º 0.89% 0.56% -
XYZ 14.08 21.62 23.85 -
YUV 103.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 16 144 128 0.89 0 0.11 0.44 172.5 0.8 0.31
Hex 10 90 80 59 0 B 2C AC 50 1F
Octal 20 220 200 131 0 13 54 254 120 37
Binary 10000 10010000 10000000 1011001 0 1011 101100 10101100 1010000 11111

Color Harmonies of #109080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109080

Black with #109080

Text Example


Text Example

White with #109080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109080; }

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

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

background-color css

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

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

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

border-color css

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

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

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