Html Css Color HEX #109089 Dark Cyan

📋 copy color: '#109089'

red 16 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #109089

Tints of Dark Cyan #109089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 5.39%
G = 48.48%
B = 46.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#109089 (or 0x109089) is known color: Dark Cyan. HEX triplet: 10, 90 and 89. RGB value is (16,144,137). Sum of RGB (Red+Green+Blue) = 16+144+137=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #109089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109089 is #EF6F76. Grayscale: #686868. Windows color (decimal): -15691639 or 9015312. OLE color: 9015312.

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

Color convert

RGB 16 144 137 -
CMYK 0.89 0 0.05 0.44
HSL 176.72º 0.8% 0.31% -
HSV(B) 176.72º 0.89% 0.56% -
XYZ 14.7 21.86 27.11 -
YUV 104.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 16 144 137 0.89 0 0.05 0.44 176.72 0.8 0.31
Hex 10 90 89 59 0 5 2C B1 50 1F
Octal 20 220 211 131 0 5 54 261 120 37
Binary 10000 10010000 10001001 1011001 0 101 101100 10110001 1010000 11111

Color Harmonies of #109089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109089

Black with #109089

Text Example


Text Example

White with #109089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109089; }

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

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

background-color css

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

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

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

border-color css

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

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

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