Html Css Color HEX #109889 Dark Cyan

📋 copy color: '#109889'

red 16 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #109889

Tints of Dark Cyan #109889

RGB

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

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

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

R = 5.25%
G = 49.84%
B = 44.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#109889 (or 0x109889) is known color: Dark Cyan. HEX triplet: 10, 98 and 89. RGB value is (16,152,137). Sum of RGB (Red+Green+Blue) = 16+152+137=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #109889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109889 is #EF6776. Grayscale: #6D6D6D. Windows color (decimal): -15689591 or 9017360. OLE color: 9017360.

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

Color convert

RGB 16 152 137 -
CMYK 0.89 0 0.10 0.40
HSL 173.38º 0.81% 0.33% -
HSV(B) 173.38º 0.89% 0.6% -
XYZ 15.96 24.37 27.53 -
YUV 109.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 16 152 137 0.89 0 0.10 0.40 173.38 0.81 0.33
Hex 10 98 89 59 0 A 28 AD 51 21
Octal 20 230 211 131 0 12 50 255 121 41
Binary 10000 10011000 10001001 1011001 0 1010 101000 10101101 1010001 100001

Color Harmonies of #109889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109889

Black with #109889

Text Example


Text Example

White with #109889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109889; }

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

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

background-color css

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

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

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

border-color css

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

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

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