Html Css Color HEX #108290 Dark Cyan

📋 copy color: '#108290'

red 16 ◦ green 130 ◦ blue 144

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

Shades of Dark Cyan #108290

Tints of Dark Cyan #108290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 5.52%
G = 44.83%
B = 49.66%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#108290 (or 0x108290) is known color: Dark Cyan. HEX triplet: 10, 82 and 90. RGB value is (16,130,144). Sum of RGB (Red+Green+Blue) = 16+130+144=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #108290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108290 is #EF7D6F. Grayscale: #616161. Windows color (decimal): -15695216 or 9470480. OLE color: 9470480.

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

Color convert

RGB 16 130 144 -
CMYK 0.89 0.10 0 0.44
HSL 186.56º 0.8% 0.31% -
HSV(B) 186.56º 0.89% 0.56% -
XYZ 13.23 18.09 29.18 -
YUV 97.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 16 130 144 0.89 0.10 0 0.44 186.56 0.8 0.31
Hex 10 82 90 59 A 0 2C BB 50 1F
Octal 20 202 220 131 12 0 54 273 120 37
Binary 10000 10000010 10010000 1011001 1010 0 101100 10111011 1010000 11111

Color Harmonies of #108290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108290

Black with #108290

Text Example


Text Example

White with #108290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108290; }

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

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

background-color css

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

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

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

border-color css

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

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

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