Html Css Color HEX #109088 Dark Cyan

📋 copy color: '#109088'

red 16 ◦ green 144 ◦ blue 136

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

Shades of Dark Cyan #109088

Tints of Dark Cyan #109088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.65%

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

R = 5.41%
G = 48.65%
B = 45.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#109088 (or 0x109088) is known color: Dark Cyan. HEX triplet: 10, 90 and 88. RGB value is (16,144,136). Sum of RGB (Red+Green+Blue) = 16+144+136=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #109088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109088 is #EF6F77. Grayscale: #686868. Windows color (decimal): -15691640 or 8949776. OLE color: 8949776.

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

Color convert

RGB 16 144 136 -
CMYK 0.89 0 0.06 0.44
HSL 176.25º 0.8% 0.31% -
HSV(B) 176.25º 0.89% 0.56% -
XYZ 14.63 21.83 26.74 -
YUV 104.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 16 144 136 0.89 0 0.06 0.44 176.25 0.8 0.31
Hex 10 90 88 59 0 6 2C B0 50 1F
Octal 20 220 210 131 0 6 54 260 120 37
Binary 10000 10010000 10001000 1011001 0 110 101100 10110000 1010000 11111

Color Harmonies of #109088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109088

Black with #109088

Text Example


Text Example

White with #109088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109088; }

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

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

background-color css

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

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

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

border-color css

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

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

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