Html Css Color HEX #109885 Dark Cyan

📋 copy color: '#109885'

red 16 ◦ green 152 ◦ blue 133

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

Shades of Dark Cyan #109885

Tints of Dark Cyan #109885

RGB

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

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

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

R = 5.32%
G = 50.5%
B = 44.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#109885 (or 0x109885) is known color: Dark Cyan. HEX triplet: 10, 98 and 85. RGB value is (16,152,133). Sum of RGB (Red+Green+Blue) = 16+152+133=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #109885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109885 is #EF677A. Grayscale: #6D6D6D. Windows color (decimal): -15689595 or 8755216. OLE color: 8755216.

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

Color convert

RGB 16 152 133 -
CMYK 0.89 0 0.13 0.40
HSL 171.62º 0.81% 0.33% -
HSV(B) 171.62º 0.89% 0.6% -
XYZ 15.68 24.26 26.05 -
YUV 109.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 16 152 133 0.89 0 0.13 0.40 171.62 0.81 0.33
Hex 10 98 85 59 0 D 28 AC 51 21
Octal 20 230 205 131 0 15 50 254 121 41
Binary 10000 10011000 10000101 1011001 0 1101 101000 10101100 1010001 100001

Color Harmonies of #109885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109885

Black with #109885

Text Example


Text Example

White with #109885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109885; }

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

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

background-color css

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

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

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

border-color css

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

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

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