Html Css Color HEX #109381 Dark Cyan

📋 copy color: '#109381'

red 16 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #109381

Tints of Dark Cyan #109381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 5.48%
G = 50.34%
B = 44.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#109381 (or 0x109381) is known color: Dark Cyan. HEX triplet: 10, 93 and 81. RGB value is (16,147,129). Sum of RGB (Red+Green+Blue) = 16+147+129=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #109381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109381 is #EF6C7E. Grayscale: #696969. Windows color (decimal): -15690879 or 8491792. OLE color: 8491792.

HSL color Cylindrical-coordinate representation of color #109381: hue angle of 171.76º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109381 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 147 129 -
CMYK 0.89 0 0.12 0.42
HSL 171.76º 0.8% 0.32% -
HSV(B) 171.76º 0.89% 0.58% -
XYZ 14.61 22.56 24.35 -
YUV 105.78 141.1 63.96 -
System Red Green Blue C M Y K H S L
Decimal 16 147 129 0.89 0 0.12 0.42 171.76 0.8 0.32
Hex 10 93 81 59 0 C 2A AC 50 20
Octal 20 223 201 131 0 14 52 254 120 40
Binary 10000 10010011 10000001 1011001 0 1100 101010 10101100 1010000 100000

Color Harmonies of #109381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109381

Black with #109381

Text Example


Text Example

White with #109381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109381; }

 p { color: rgb(16,147,129); }

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

background-color css

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

 a { background-color: rgb(16,147,129); }

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

border-color css

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

 span { border-color: rgb(16,147,129); }

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