Html Css Color HEX #109295 Dark Cyan

📋 copy color: '#109295'

red 16 ◦ green 146 ◦ blue 149

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

Shades of Dark Cyan #109295

Tints of Dark Cyan #109295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 5.14%
G = 46.95%
B = 47.91%

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

#109295 (or 0x109295) is known color: Dark Cyan. HEX triplet: 10, 92 and 95. RGB value is (16,146,149). Sum of RGB (Red+Green+Blue) = 16+146+149=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #109295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109295 is #EF6D6A. Grayscale: #6B6B6B. Windows color (decimal): -15691115 or 9802256. OLE color: 9802256.

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

Color convert

RGB 16 146 149 -
CMYK 0.89 0.02 0 0.42
HSL 181.35º 0.81% 0.32% -
HSV(B) 181.35º 0.89% 0.58% -
XYZ 15.92 22.84 32 -
YUV 107.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 16 146 149 0.89 0.02 0 0.42 181.35 0.81 0.32
Hex 10 92 95 59 2 0 2A B5 51 20
Octal 20 222 225 131 2 0 52 265 121 40
Binary 10000 10010010 10010101 1011001 10 0 101010 10110101 1010001 100000

Color Harmonies of #109295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109295

Black with #109295

Text Example


Text Example

White with #109295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109295; }

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

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

background-color css

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

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

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

border-color css

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

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

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