Html Css Color HEX #109393 Dark Cyan

📋 copy color: '#109393'

red 16 ◦ green 147 ◦ blue 147

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

Shades of Dark Cyan #109393

Tints of Dark Cyan #109393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 5.16%
G = 47.42%
B = 47.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#109393 (or 0x109393) is known color: Dark Cyan. HEX triplet: 10, 93 and 93. RGB value is (16,147,147). Sum of RGB (Red+Green+Blue) = 16+147+147=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #109393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109393 is #EF6C6C. Grayscale: #6B6B6B. Windows color (decimal): -15690861 or 9671440. OLE color: 9671440.

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

Color convert

RGB 16 147 147 -
CMYK 0.89 0 0 0.42
HSL 180º 0.8% 0.32% -
HSV(B) 180º 0.89% 0.58% -
XYZ 15.91 23.08 31.22 -
YUV 107.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 16 147 147 0.89 0 0 0.42 180 0.8 0.32
Hex 10 93 93 59 0 0 2A B4 50 20
Octal 20 223 223 131 0 0 52 264 120 40
Binary 10000 10010011 10010011 1011001 0 0 101010 10110100 1010000 100000

Color Harmonies of #109393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109393

Black with #109393

Text Example


Text Example

White with #109393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109393; }

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

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

background-color css

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

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

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

border-color css

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

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

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