Html Css Color HEX #109085 Dark Cyan

📋 copy color: '#109085'

red 16 ◦ green 144 ◦ blue 133

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

Shades of Dark Cyan #109085

Tints of Dark Cyan #109085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 5.46%
G = 49.15%
B = 45.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#109085 (or 0x109085) is known color: Dark Cyan. HEX triplet: 10, 90 and 85. RGB value is (16,144,133). Sum of RGB (Red+Green+Blue) = 16+144+133=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #109085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109085 is #EF6F7A. Grayscale: #686868. Windows color (decimal): -15691643 or 8753168. OLE color: 8753168.

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

Color convert

RGB 16 144 133 -
CMYK 0.89 0 0.08 0.44
HSL 174.84º 0.8% 0.31% -
HSV(B) 174.84º 0.89% 0.56% -
XYZ 14.42 21.75 25.63 -
YUV 104.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 16 144 133 0.89 0 0.08 0.44 174.84 0.8 0.31
Hex 10 90 85 59 0 8 2C AF 50 1F
Octal 20 220 205 131 0 10 54 257 120 37
Binary 10000 10010000 10000101 1011001 0 1000 101100 10101111 1010000 11111

Color Harmonies of #109085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109085

Black with #109085

Text Example


Text Example

White with #109085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109085; }

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

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

background-color css

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

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

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

border-color css

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

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

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