Html Css Color HEX #109492 Dark Cyan

📋 copy color: '#109492'

red 16 ◦ green 148 ◦ blue 146

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

Shades of Dark Cyan #109492

Tints of Dark Cyan #109492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 5.16%
G = 47.74%
B = 47.1%

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

#109492 (or 0x109492) is known color: Dark Cyan. HEX triplet: 10, 94 and 92. RGB value is (16,148,146). Sum of RGB (Red+Green+Blue) = 16+148+146=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #109492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109492 is #EF6B6D. Grayscale: #6C6C6C. Windows color (decimal): -15690606 or 9606160. OLE color: 9606160.

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

Color convert

RGB 16 148 146 -
CMYK 0.89 0 0.01 0.42
HSL 179.09º 0.8% 0.32% -
HSV(B) 179.09º 0.89% 0.58% -
XYZ 15.99 23.37 30.86 -
YUV 108.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 16 148 146 0.89 0 0.01 0.42 179.09 0.8 0.32
Hex 10 94 92 59 0 1 2A B3 50 20
Octal 20 224 222 131 0 1 52 263 120 40
Binary 10000 10010100 10010010 1011001 0 1 101010 10110011 1010000 100000

Color Harmonies of #109492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109492

Black with #109492

Text Example


Text Example

White with #109492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109492; }

 p { color: rgb(16,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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