Html Css Color HEX #108690 Dark Cyan

📋 copy color: '#108690'

red 16 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #108690

Tints of Dark Cyan #108690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 5.44%
G = 45.58%
B = 48.98%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#108690 (or 0x108690) is known color: Dark Cyan. HEX triplet: 10, 86 and 90. RGB value is (16,134,144). Sum of RGB (Red+Green+Blue) = 16+134+144=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #108690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108690 is #EF796F. Grayscale: #636363. Windows color (decimal): -15694192 or 9471504. OLE color: 9471504.

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

Color convert

RGB 16 134 144 -
CMYK 0.89 0.07 0 0.44
HSL 184.69º 0.8% 0.31% -
HSV(B) 184.69º 0.89% 0.56% -
XYZ 13.77 19.17 29.36 -
YUV 99.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 16 134 144 0.89 0.07 0 0.44 184.69 0.8 0.31
Hex 10 86 90 59 7 0 2C B9 50 1F
Octal 20 206 220 131 7 0 54 271 120 37
Binary 10000 10000110 10010000 1011001 111 0 101100 10111001 1010000 11111

Color Harmonies of #108690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108690

Black with #108690

Text Example


Text Example

White with #108690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108690; }

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

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

background-color css

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

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

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

border-color css

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

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

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