Html Css Color HEX #109288 Dark Cyan

📋 copy color: '#109288'

red 16 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #109288

Tints of Dark Cyan #109288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 5.37%
G = 48.99%
B = 45.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#109288 (or 0x109288) is known color: Dark Cyan. HEX triplet: 10, 92 and 88. RGB value is (16,146,136). Sum of RGB (Red+Green+Blue) = 16+146+136=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #109288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109288 is #EF6D77. Grayscale: #696969. Windows color (decimal): -15691128 or 8950288. OLE color: 8950288.

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

Color convert

RGB 16 146 136 -
CMYK 0.89 0 0.07 0.43
HSL 175.38º 0.8% 0.32% -
HSV(B) 175.38º 0.89% 0.57% -
XYZ 14.94 22.45 26.84 -
YUV 105.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 16 146 136 0.89 0 0.07 0.43 175.38 0.8 0.32
Hex 10 92 88 59 0 7 2B AF 50 20
Octal 20 222 210 131 0 7 53 257 120 40
Binary 10000 10010010 10001000 1011001 0 111 101011 10101111 1010000 100000

Color Harmonies of #109288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109288

Black with #109288

Text Example


Text Example

White with #109288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109288; }

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

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

background-color css

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

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

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

border-color css

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

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

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