Html Css Color HEX #109593 Dark Cyan

📋 copy color: '#109593'

red 16 ◦ green 149 ◦ blue 147

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

Shades of Dark Cyan #109593

Tints of Dark Cyan #109593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

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

R = 5.13%
G = 47.76%
B = 47.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#109593 (or 0x109593) is known color: Dark Cyan. HEX triplet: 10, 95 and 93. RGB value is (16,149,147). Sum of RGB (Red+Green+Blue) = 16+149+147=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #109593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109593 is #EF6A6C. Grayscale: #6C6C6C. Windows color (decimal): -15690349 or 9671952. OLE color: 9671952.

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

Color convert

RGB 16 149 147 -
CMYK 0.89 0 0.01 0.42
HSL 179.1º 0.81% 0.32% -
HSV(B) 179.1º 0.89% 0.58% -
XYZ 16.23 23.71 31.33 -
YUV 109.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 16 149 147 0.89 0 0.01 0.42 179.1 0.81 0.32
Hex 10 95 93 59 0 1 2A B3 51 20
Octal 20 225 223 131 0 1 52 263 121 40
Binary 10000 10010101 10010011 1011001 0 1 101010 10110011 1010001 100000

Color Harmonies of #109593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109593

Black with #109593

Text Example


Text Example

White with #109593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109593; }

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

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

background-color css

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

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

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

border-color css

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

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

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