Html Css Color HEX #108390 Dark Cyan

📋 copy color: '#108390'

red 16 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #108390

Tints of Dark Cyan #108390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

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

R = 5.5%
G = 45.02%
B = 49.48%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#108390 (or 0x108390) is known color: Dark Cyan. HEX triplet: 10, 83 and 90. RGB value is (16,131,144). Sum of RGB (Red+Green+Blue) = 16+131+144=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #108390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108390 is #EF7C6F. Grayscale: #616161. Windows color (decimal): -15694960 or 9470736. OLE color: 9470736.

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

Color convert

RGB 16 131 144 -
CMYK 0.89 0.09 0 0.44
HSL 186.09º 0.8% 0.31% -
HSV(B) 186.09º 0.89% 0.56% -
XYZ 13.36 18.36 29.22 -
YUV 98.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 16 131 144 0.89 0.09 0 0.44 186.09 0.8 0.31
Hex 10 83 90 59 9 0 2C BA 50 1F
Octal 20 203 220 131 11 0 54 272 120 37
Binary 10000 10000011 10010000 1011001 1001 0 101100 10111010 1010000 11111

Color Harmonies of #108390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108390

Black with #108390

Text Example


Text Example

White with #108390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108390; }

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

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

background-color css

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

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

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

border-color css

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

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

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