Html Css Color HEX #109289 Dark Cyan

📋 copy color: '#109289'

red 16 ◦ green 146 ◦ blue 137

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

Shades of Dark Cyan #109289

Tints of Dark Cyan #109289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 5.35%
G = 48.83%
B = 45.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#109289 (or 0x109289) is known color: Dark Cyan. HEX triplet: 10, 92 and 89. RGB value is (16,146,137). Sum of RGB (Red+Green+Blue) = 16+146+137=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #109289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109289 is #EF6D76. Grayscale: #6A6A6A. Windows color (decimal): -15691127 or 9015824. OLE color: 9015824.

HSL color Cylindrical-coordinate representation of color #109289: hue angle of 175.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109289 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 146 137 -
CMYK 0.89 0 0.06 0.43
HSL 175.85º 0.8% 0.32% -
HSV(B) 175.85º 0.89% 0.57% -
XYZ 15.01 22.47 27.21 -
YUV 106.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 16 146 137 0.89 0 0.06 0.43 175.85 0.8 0.32
Hex 10 92 89 59 0 6 2B B0 50 20
Octal 20 222 211 131 0 6 53 260 120 40
Binary 10000 10010010 10001001 1011001 0 110 101011 10110000 1010000 100000

Color Harmonies of #109289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109289

Black with #109289

Text Example


Text Example

White with #109289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109289; }

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

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

background-color css

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

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

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

border-color css

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

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

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