Html Css Color HEX #107D6D Deep Sea

📋 copy color: '#107D6D'

red 16 ◦ green 125 ◦ blue 109

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

Shades of Deep Sea #107D6D

Tints of Deep Sea #107D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 6.4%
G = 50%
B = 43.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#107D6D (or 0x107D6D) is known color: Deep Sea. HEX triplet: 10, 7D and 6D. RGB value is (16,125,109). Sum of RGB (Red+Green+Blue) = 16+125+109=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #107D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D6D is #EF8292. Grayscale: #5A5A5A. Windows color (decimal): -15696531 or 7175440. OLE color: 7175440.

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

Color convert

RGB 16 125 109 -
CMYK 0.87 0 0.13 0.51
HSL 171.19º 0.77% 0.28% -
HSV(B) 171.19º 0.87% 0.49% -
XYZ 10.31 15.88 16.99 -
YUV 90.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 16 125 109 0.87 0 0.13 0.51 171.19 0.77 0.28
Hex 10 7D 6D 57 0 D 33 AB 4D 1C
Octal 20 175 155 127 0 15 63 253 115 34
Binary 10000 1111101 1101101 1010111 0 1101 110011 10101011 1001101 11100

Color Harmonies of #107D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D6D

Black with #107D6D

Text Example


Text Example

White with #107D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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