Html Css Color HEX #107D8E Dark Cyan

📋 copy color: '#107D8E'

red 16 ◦ green 125 ◦ blue 142

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

Shades of Dark Cyan #107D8E

Tints of Dark Cyan #107D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.17%

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 5.65%
G = 44.17%
B = 50.18%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#107D8E (or 0x107D8E) is known color: Dark Cyan. HEX triplet: 10, 7D and 8E. RGB value is (16,125,142). Sum of RGB (Red+Green+Blue) = 16+125+142=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #107D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D8E is #EF8271. Grayscale: #5E5E5E. Windows color (decimal): -15696498 or 9338128. OLE color: 9338128.

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

Color convert

RGB 16 125 142 -
CMYK 0.89 0.12 0 0.44
HSL 188.1º 0.8% 0.31% -
HSV(B) 188.1º 0.89% 0.56% -
XYZ 12.43 16.73 28.17 -
YUV 94.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 16 125 142 0.89 0.12 0 0.44 188.1 0.8 0.31
Hex 10 7D 8E 59 C 0 2C BC 50 1F
Octal 20 175 216 131 14 0 54 274 120 37
Binary 10000 1111101 10001110 1011001 1100 0 101100 10111100 1010000 11111

Color Harmonies of #107D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D8E

Black with #107D8E

Text Example


Text Example

White with #107D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107D8E; }

 p { color: rgb(16,125,142); }

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

background-color css

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

 a { background-color: rgb(16,125,142); }

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

border-color css

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

 span { border-color: rgb(16,125,142); }

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