Html Css Color HEX #107E6B Deep Sea

📋 copy color: '#107E6B'

red 16 ◦ green 126 ◦ blue 107

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

Shades of Deep Sea #107E6B

Tints of Deep Sea #107E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 6.43%
G = 50.6%
B = 42.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#107E6B (or 0x107E6B) is known color: Deep Sea. HEX triplet: 10, 7E and 6B. RGB value is (16,126,107). Sum of RGB (Red+Green+Blue) = 16+126+107=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #107E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E6B is #EF8194. Grayscale: #5A5A5A. Windows color (decimal): -15696277 or 7044624. OLE color: 7044624.

HSL color Cylindrical-coordinate representation of color #107E6B: hue angle of 169.64º 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 #107E6B is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 126 107 -
CMYK 0.87 0 0.15 0.51
HSL 169.64º 0.77% 0.28% -
HSV(B) 169.64º 0.87% 0.49% -
XYZ 10.33 16.09 16.47 -
YUV 90.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 16 126 107 0.87 0 0.15 0.51 169.64 0.77 0.28
Hex 10 7E 6B 57 0 F 33 AA 4D 1C
Octal 20 176 153 127 0 17 63 252 115 34
Binary 10000 1111110 1101011 1010111 0 1111 110011 10101010 1001101 11100

Color Harmonies of #107E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107E6B

Black with #107E6B

Text Example


Text Example

White with #107E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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