Html Css Color HEX #107C6E Deep Sea

📋 copy color: '#107C6E'

red 16 ◦ green 124 ◦ blue 110

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

Shades of Deep Sea #107C6E

Tints of Deep Sea #107C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.6%

 BLUE value IS 110 (43.36% from 255) = 44%

R = 6.4%
G = 49.6%
B = 44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#107C6E (or 0x107C6E) is known color: Deep Sea. HEX triplet: 10, 7C and 6E. RGB value is (16,124,110). Sum of RGB (Red+Green+Blue) = 16+124+110=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #107C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C6E is #EF8391. Grayscale: #5A5A5A. Windows color (decimal): -15696786 or 7240720. OLE color: 7240720.

HSL color Cylindrical-coordinate representation of color #107C6E: hue angle of 172.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C6E is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 124 110 -
CMYK 0.87 0 0.11 0.51
HSL 172.22º 0.77% 0.27% -
HSV(B) 172.22º 0.87% 0.49% -
XYZ 10.24 15.65 17.23 -
YUV 90.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 16 124 110 0.87 0 0.11 0.51 172.22 0.77 0.27
Hex 10 7C 6E 57 0 B 33 AC 4D 1B
Octal 20 174 156 127 0 13 63 254 115 33
Binary 10000 1111100 1101110 1010111 0 1011 110011 10101100 1001101 11011

Color Harmonies of #107C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C6E

Black with #107C6E

Text Example


Text Example

White with #107C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,110); }

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

background-color css

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

 a { background-color: rgb(16,124,110); }

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

border-color css

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

 span { border-color: rgb(16,124,110); }

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