Html Css Color HEX #108090 Dark Cyan

📋 copy color: '#108090'

red 16 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #108090

Tints of Dark Cyan #108090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.44%

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

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#108090 (or 0x108090) is known color: Dark Cyan. HEX triplet: 10, 80 and 90. RGB value is (16,128,144). Sum of RGB (Red+Green+Blue) = 16+128+144=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #108090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108090 is #EF7F6F. Grayscale: #606060. Windows color (decimal): -15695728 or 9469968. OLE color: 9469968.

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

Color convert

RGB 16 128 144 -
CMYK 0.89 0.11 0 0.44
HSL 187.5º 0.8% 0.31% -
HSV(B) 187.5º 0.89% 0.56% -
XYZ 12.97 17.56 29.09 -
YUV 96.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 16 128 144 0.89 0.11 0 0.44 187.5 0.8 0.31
Hex 10 80 90 59 B 0 2C BC 50 1F
Octal 20 200 220 131 13 0 54 274 120 37
Binary 10000 10000000 10010000 1011001 1011 0 101100 10111100 1010000 11111

Color Harmonies of #108090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108090

Black with #108090

Text Example


Text Example

White with #108090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108090; }

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

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

background-color css

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

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

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

border-color css

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

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

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