Html Css Color HEX #109886 Dark Cyan

📋 copy color: '#109886'

red 16 ◦ green 152 ◦ blue 134

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

Shades of Dark Cyan #109886

Tints of Dark Cyan #109886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 5.3%
G = 50.33%
B = 44.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#109886 (or 0x109886) is known color: Dark Cyan. HEX triplet: 10, 98 and 86. RGB value is (16,152,134). Sum of RGB (Red+Green+Blue) = 16+152+134=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #109886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109886 is #EF6779. Grayscale: #6D6D6D. Windows color (decimal): -15689594 or 8820752. OLE color: 8820752.

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

Color convert

RGB 16 152 134 -
CMYK 0.89 0 0.12 0.40
HSL 172.06º 0.81% 0.33% -
HSV(B) 172.06º 0.89% 0.6% -
XYZ 15.75 24.29 26.41 -
YUV 109.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 16 152 134 0.89 0 0.12 0.40 172.06 0.81 0.33
Hex 10 98 86 59 0 C 28 AC 51 21
Octal 20 230 206 131 0 14 50 254 121 41
Binary 10000 10011000 10000110 1011001 0 1100 101000 10101100 1010001 100001

Color Harmonies of #109886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109886

Black with #109886

Text Example


Text Example

White with #109886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109886; }

 p { color: rgb(16,152,134); }

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

background-color css

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

 a { background-color: rgb(16,152,134); }

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

border-color css

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

 span { border-color: rgb(16,152,134); }

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