Html Css Color HEX #10808C Dark Cyan

📋 copy color: '#10808C'

red 16 ◦ green 128 ◦ blue 140

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

Shades of Dark Cyan #10808C

Tints of Dark Cyan #10808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 5.63%
G = 45.07%
B = 49.3%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10808C (or 0x10808C) is known color: Dark Cyan. HEX triplet: 10, 80 and 8C. RGB value is (16,128,140). Sum of RGB (Red+Green+Blue) = 16+128+140=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #10808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10808C is #EF7F73. Grayscale: #5F5F5F. Windows color (decimal): -15695732 or 9207824. OLE color: 9207824.

HSL color Cylindrical-coordinate representation of color #10808C: hue angle of 185.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10808C is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 128 140 -
CMYK 0.89 0.09 0 0.45
HSL 185.81º 0.79% 0.31% -
HSV(B) 185.81º 0.89% 0.55% -
XYZ 12.67 17.44 27.51 -
YUV 95.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 16 128 140 0.89 0.09 0 0.45 185.81 0.79 0.31
Hex 10 80 8C 59 9 0 2D BA 4F 1F
Octal 20 200 214 131 11 0 55 272 117 37
Binary 10000 10000000 10001100 1011001 1001 0 101101 10111010 1001111 11111

Color Harmonies of #10808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10808C

Black with #10808C

Text Example


Text Example

White with #10808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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