Html Css Color HEX #107C5E Deep Sea

📋 copy color: '#107C5E'

red 16 ◦ green 124 ◦ blue 94

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

Shades of Deep Sea #107C5E

Tints of Deep Sea #107C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 6.84%
G = 52.99%
B = 40.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#107C5E (or 0x107C5E) is known color: Deep Sea. HEX triplet: 10, 7C and 5E. RGB value is (16,124,94). Sum of RGB (Red+Green+Blue) = 16+124+94=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #107C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C5E is #EF83A1. Grayscale: #585858. Windows color (decimal): -15696802 or 6192144. OLE color: 6192144.

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

Color convert

RGB 16 124 94 -
CMYK 0.87 0 0.24 0.51
HSL 163.33º 0.77% 0.27% -
HSV(B) 163.33º 0.87% 0.49% -
XYZ 9.44 15.33 13.05 -
YUV 88.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 16 124 94 0.87 0 0.24 0.51 163.33 0.77 0.27
Hex 10 7C 5E 57 0 18 33 A3 4D 1B
Octal 20 174 136 127 0 30 63 243 115 33
Binary 10000 1111100 1011110 1010111 0 11000 110011 10100011 1001101 11011

Color Harmonies of #107C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C5E

Black with #107C5E

Text Example


Text Example

White with #107C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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