Html Css Color HEX #109093 Dark Cyan

📋 copy color: '#109093'

red 16 ◦ green 144 ◦ blue 147

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

Shades of Dark Cyan #109093

Tints of Dark Cyan #109093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

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

R = 5.21%
G = 46.91%
B = 47.88%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#109093 (or 0x109093) is known color: Dark Cyan. HEX triplet: 10, 90 and 93. RGB value is (16,144,147). Sum of RGB (Red+Green+Blue) = 16+144+147=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #109093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109093 is #EF6F6C. Grayscale: #696969. Windows color (decimal): -15691629 or 9670672. OLE color: 9670672.

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

Color convert

RGB 16 144 147 -
CMYK 0.89 0.02 0 0.42
HSL 181.37º 0.8% 0.32% -
HSV(B) 181.37º 0.89% 0.58% -
XYZ 15.45 22.16 31.07 -
YUV 106.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 16 144 147 0.89 0.02 0 0.42 181.37 0.8 0.32
Hex 10 90 93 59 2 0 2A B5 50 20
Octal 20 220 223 131 2 0 52 265 120 40
Binary 10000 10010000 10010011 1011001 10 0 101010 10110101 1010000 100000

Color Harmonies of #109093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109093

Black with #109093

Text Example


Text Example

White with #109093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109093; }

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

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

background-color css

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

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

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

border-color css

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

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

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