Html Css Color HEX #107E8E Dark Cyan

📋 copy color: '#107E8E'

red 16 ◦ green 126 ◦ blue 142

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

Shades of Dark Cyan #107E8E

Tints of Dark Cyan #107E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

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

R = 5.63%
G = 44.37%
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

#107E8E (or 0x107E8E) is known color: Dark Cyan. HEX triplet: 10, 7E and 8E. RGB value is (16,126,142). Sum of RGB (Red+Green+Blue) = 16+126+142=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #107E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107E8E is #EF8171. Grayscale: #5E5E5E. Windows color (decimal): -15696242 or 9338384. OLE color: 9338384.

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

Color convert

RGB 16 126 142 -
CMYK 0.89 0.11 0 0.44
HSL 187.62º 0.8% 0.31% -
HSV(B) 187.62º 0.89% 0.56% -
XYZ 12.56 16.98 28.21 -
YUV 94.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 16 126 142 0.89 0.11 0 0.44 187.62 0.8 0.31
Hex 10 7E 8E 59 B 0 2C BC 50 1F
Octal 20 176 216 131 13 0 54 274 120 37
Binary 10000 1111110 10001110 1011001 1011 0 101100 10111100 1010000 11111

Color Harmonies of #107E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107E8E

Black with #107E8E

Text Example


Text Example

White with #107E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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