Html Css Color HEX #109685 Dark Cyan

📋 copy color: '#109685'

red 16 ◦ green 150 ◦ blue 133

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

Shades of Dark Cyan #109685

Tints of Dark Cyan #109685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 5.35%
G = 50.17%
B = 44.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#109685 (or 0x109685) is known color: Dark Cyan. HEX triplet: 10, 96 and 85. RGB value is (16,150,133). Sum of RGB (Red+Green+Blue) = 16+150+133=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #109685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109685 is #EF697A. Grayscale: #6B6B6B. Windows color (decimal): -15690107 or 8754704. OLE color: 8754704.

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

Color convert

RGB 16 150 133 -
CMYK 0.89 0 0.11 0.41
HSL 172.39º 0.81% 0.33% -
HSV(B) 172.39º 0.89% 0.59% -
XYZ 15.35 23.62 25.94 -
YUV 108 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 16 150 133 0.89 0 0.11 0.41 172.39 0.81 0.33
Hex 10 96 85 59 0 B 29 AC 51 21
Octal 20 226 205 131 0 13 51 254 121 41
Binary 10000 10010110 10000101 1011001 0 1011 101001 10101100 1010001 100001

Color Harmonies of #109685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109685

Black with #109685

Text Example


Text Example

White with #109685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109685; }

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

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

background-color css

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

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

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

border-color css

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

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

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