Html Css Color HEX #107C6A Deep Sea

📋 copy color: '#107C6A'

red 16 ◦ green 124 ◦ blue 106

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

Shades of Deep Sea #107C6A

Tints of Deep Sea #107C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 6.5%
G = 50.41%
B = 43.09%

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

#107C6A (or 0x107C6A) is known color: Deep Sea. HEX triplet: 10, 7C and 6A. RGB value is (16,124,106). Sum of RGB (Red+Green+Blue) = 16+124+106=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #107C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C6A is #EF8395. Grayscale: #595959. Windows color (decimal): -15696790 or 6978576. OLE color: 6978576.

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

Color convert

RGB 16 124 106 -
CMYK 0.87 0 0.15 0.51
HSL 170º 0.77% 0.27% -
HSV(B) 170º 0.87% 0.49% -
XYZ 10.02 15.57 16.11 -
YUV 89.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 16 124 106 0.87 0 0.15 0.51 170 0.77 0.27
Hex 10 7C 6A 57 0 F 33 AA 4D 1B
Octal 20 174 152 127 0 17 63 252 115 33
Binary 10000 1111100 1101010 1010111 0 1111 110011 10101010 1001101 11011

Color Harmonies of #107C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C6A

Black with #107C6A

Text Example


Text Example

White with #107C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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