Html Css Color HEX #109785 Dark Cyan

📋 copy color: '#109785'

red 16 ◦ green 151 ◦ blue 133

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

Shades of Dark Cyan #109785

Tints of Dark Cyan #109785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.33%

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

R = 5.33%
G = 50.33%
B = 44.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#109785 (or 0x109785) is known color: Dark Cyan. HEX triplet: 10, 97 and 85. RGB value is (16,151,133). Sum of RGB (Red+Green+Blue) = 16+151+133=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #109785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109785 is #EF687A. Grayscale: #6C6C6C. Windows color (decimal): -15689851 or 8754960. OLE color: 8754960.

HSL color Cylindrical-coordinate representation of color #109785: hue angle of 172º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109785 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 151 133 -
CMYK 0.89 0 0.12 0.41
HSL 172º 0.81% 0.33% -
HSV(B) 172º 0.89% 0.59% -
XYZ 15.51 23.94 25.99 -
YUV 108.58 141.77 61.96 -
System Red Green Blue C M Y K H S L
Decimal 16 151 133 0.89 0 0.12 0.41 172 0.81 0.33
Hex 10 97 85 59 0 C 29 AC 51 21
Octal 20 227 205 131 0 14 51 254 121 41
Binary 10000 10010111 10000101 1011001 0 1100 101001 10101100 1010001 100001

Color Harmonies of #109785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109785

Black with #109785

Text Example


Text Example

White with #109785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109785; }

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

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

background-color css

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

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

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

border-color css

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

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

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