Html Css Color HEX #109197 Dark Cyan

📋 copy color: '#109197'

red 16 ◦ green 145 ◦ blue 151

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

Shades of Dark Cyan #109197

Tints of Dark Cyan #109197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 5.13%
G = 46.47%
B = 48.4%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#109197 (or 0x109197) is known color: Dark Cyan. HEX triplet: 10, 91 and 97. RGB value is (16,145,151). Sum of RGB (Red+Green+Blue) = 16+145+151=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #109197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109197 is #EF6E68. Grayscale: #6A6A6A. Windows color (decimal): -15691369 or 9933072. OLE color: 9933072.

HSL color Cylindrical-coordinate representation of color #109197: hue angle of 182.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109197 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 145 151 -
CMYK 0.89 0.04 0 0.41
HSL 182.67º 0.81% 0.33% -
HSV(B) 182.67º 0.89% 0.59% -
XYZ 15.93 22.6 32.8 -
YUV 107.11 152.76 63.01 -
System Red Green Blue C M Y K H S L
Decimal 16 145 151 0.89 0.04 0 0.41 182.67 0.81 0.33
Hex 10 91 97 59 4 0 29 B7 51 21
Octal 20 221 227 131 4 0 51 267 121 41
Binary 10000 10010001 10010111 1011001 100 0 101001 10110111 1010001 100001

Color Harmonies of #109197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109197

Black with #109197

Text Example


Text Example

White with #109197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109197; }

 p { color: rgb(16,145,151); }

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

background-color css

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

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

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

border-color css

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

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

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